Home
last modified time | relevance | path

Searched refs:tr1_result_of (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/utility/test/
Dresult_of_test.cpp186 BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_type(float)>::type, int>::value)); in main()
187 BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_of(double)>::type, int>::value)); in main()
188 BOOST_STATIC_ASSERT((is_same<tr1_result_of<const int_result_of(double)>::type, int>::value)); in main()
189 …BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_type_template<void>(float)>::type, int>::val… in main()
190 …BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_of_template<void>(double)>::type, int>::valu… in main()
191 …BOOST_STATIC_ASSERT((is_same<tr1_result_of<const int_result_of_template<void>(double)>::type, int>… in main()
193 BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_of(void)>::type, void>::value)); in main()
194 BOOST_STATIC_ASSERT((is_same<tr1_result_of<volatile int_result_of(void)>::type, void>::value)); in main()
195 …BOOST_STATIC_ASSERT((is_same<tr1_result_of<int_result_of_template<void>(void)>::type, void>::value… in main()
196 …BOOST_STATIC_ASSERT((is_same<tr1_result_of<volatile int_result_of_template<void>(void)>::type, voi… in main()
[all …]
/third_party/boost/boost/proto/
Dgenerate.hpp441 struct tr1_result_of<proto::default_domain(Expr)> struct
447 struct tr1_result_of<proto::basic_default_domain(Expr)> struct
453 struct tr1_result_of<proto::default_generator(Expr)> struct
459 struct tr1_result_of<proto::basic_default_generator(Expr)> struct
Dproto_fwd.hpp110 # define BOOST_PROTO_RESULT_OF boost::tr1_result_of
/third_party/boost/boost/utility/detail/
Dresult_of_iterate.hpp27 struct tr1_result_of<F(BOOST_RESULT_OF_ARGS)> struct
50 tr1_result_of<F(BOOST_RESULT_OF_ARGS)>,
157 : tr1_result_of<F(BOOST_RESULT_OF_ARGS)> { };
/third_party/boost/boost/fusion/functional/adapter/
Dunfused_typed.hpp97 struct tr1_result_of< boost::fusion::unfused_typed<F,Seq> const () >
102 struct tr1_result_of< boost::fusion::unfused_typed<F,Seq>() > struct
Dunfused.hpp120 struct tr1_result_of< boost::fusion::unfused<F> const () >
125 struct tr1_result_of< boost::fusion::unfused<F>() > struct
/third_party/boost/libs/compute/include/boost/compute/type_traits/
Dresult_of.hpp33 typedef typename ::boost::tr1_result_of<Signature>::type type;
/third_party/boost/boost/compute/type_traits/
Dresult_of.hpp33 typedef typename ::boost::tr1_result_of<Signature>::type type;
/third_party/boost/boost/lambda/detail/
Dlambda_functors.hpp320 struct tr1_result_of<boost::lambda::lambda_functor<T>()> struct
326 struct tr1_result_of<const boost::lambda::lambda_functor<T>()> struct
/third_party/boost/boost/utility/
Dresult_of.hpp62 template<typename F> struct tr1_result_of; // a TR1-style implementation of result_of
/third_party/boost/libs/proto/test/
Denv_var.cpp261 …BOOST_MPL_ASSERT((boost::is_same<boost::tr1_result_of<proto::_env(int_ &, int &, float)>::type, fl… in test_env_var_tfx()
264 …BOOST_MPL_ASSERT((boost::is_same<boost::tr1_result_of<proto::_env(int_ &, int &, float)>::type, fl… in test_env_var_tfx()
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dreduce_on_gpu.hpp102 typedef typename boost::tr1_result_of<Function(Arg, Arg)>::type T; in initial_reduce()
/third_party/boost/boost/compute/algorithm/detail/
Dreduce_on_gpu.hpp102 typedef typename boost::tr1_result_of<Function(Arg, Arg)>::type T; in initial_reduce()