Home
last modified time | relevance | path

Searched refs:eval_if_c (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/mpl/doc/src/refmanual/
Deval_if_c.rst1 .. Metafunctions/Type Selection//eval_if_c |40
3 eval_if_c title
16 struct eval_if_c
27 on the value of integral constant ``c``. ``eval_if_c<c,f1,f2>::type`` is a shorcut
59 typedef eval_if_c<c,f1,f2>::type t;
73 typedef eval_if_c< true, identity<char>, identity<long> >::type t1;
74 typedef eval_if_c< false, identity<char>, identity<long> >::type t2;
Deval_if.rst83 |Metafunctions|, |Integral Constant|, |eval_if_c|, |if_|
/third_party/boost/boost/phoenix/stl/container/detail/
Dcontainer.hpp78 boost::mpl::eval_if_c<
90 boost::mpl::eval_if_c<
102 boost::mpl::eval_if_c<
/third_party/boost/libs/mpl/test/
Deval_if.cpp25 typedef eval_if_c< true, identity<char>, identity<long> >::type t2; in MPL_TEST_CASE()
27 typedef eval_if_c< false, identity<char>, identity<long> >::type t4; in MPL_TEST_CASE()
/third_party/boost/boost/phoenix/scope/
Dscoped_environment.hpp76 typename mpl::eval_if_c< \
110 typename mpl::eval_if_c<
135 typename mpl::eval_if_c<
/third_party/boost/boost/fusion/iterator/detail/
Dadvance.hpp41 mpl::eval_if_c<
82 mpl::eval_if_c<
/third_party/boost/boost/type_erasure/
Dfree.hpp83 typename ::boost::mpl::eval_if_c<(_boost_type_erasure_free_p_idx::value == n), \
96 ::std::forward<typename ::boost::mpl::eval_if_c<(_boost_type_erasure_free_p_idx::value == n), \
302 …typename ::boost::mpl::eval_if_c<(::boost::type_erasure::detail::first_placeholder_index_t<T...>::…
442 typename ::boost::mpl::eval_if_c<(_boost_type_erasure_free_p_idx::value == I), \
449 … std::forward<typename ::boost::mpl::eval_if_c<(_boost_type_erasure_free_p_idx::value == I), \
/third_party/boost/boost/phoenix/scope/detail/
Dlocal_variable.hpp159 mpl::eval_if_c<
171 mpl::eval_if_c<
/third_party/boost/boost/phoenix/core/
Dactor.hpp114 typename mpl::eval_if_c<
136 mpl::eval_if_c<
Dvalue.hpp108 : mpl::eval_if_c<
/third_party/boost/boost/ptr_container/
Dptr_set_adapter.hpp54 mpl::eval_if_c<Ordered,
63 mpl::eval_if_c<Ordered,
69 mpl::eval_if_c<Ordered,
90 mpl::eval_if_c<Ordered,
98 mpl::eval_if_c<Ordered,
Dptr_map_adapter.hpp53 mpl::eval_if_c<Ordered,
59 mpl::eval_if_c<Ordered,
65 mpl::eval_if_c<Ordered,
71 mpl::eval_if_c<Ordered,
95 mpl::eval_if_c<Ordered,
103 mpl::eval_if_c<Ordered,
/third_party/boost/boost/serialization/
Dstatic_warning.hpp80 typename boost::mpl::eval_if_c<
/third_party/boost/boost/intrusive/detail/
Dmpl.hpp65 using boost::move_detail::eval_if_c;
140 ::boost::intrusive::detail::eval_if_c \
/third_party/boost/boost/range/
Diterator.hpp37 mpl::eval_if_c< is_const<C>::value,
/third_party/boost/boost/mpl/
Deval_if.hpp53 struct eval_if_c struct
/third_party/boost/boost/multi_index/detail/
Dbase_type.hpp51 typedef typename mpl::eval_if_c<
/third_party/boost/boost/spirit/home/support/detail/
Dmake_cons.hpp27 : mpl::eval_if_c<is_abstract<T>::value || is_function<T>::value
/third_party/boost/boost/mpl/map/aux_/
Dat_impl.hpp133 typedef typename eval_if_c<
/third_party/boost/boost/proto/detail/
Ddecltype.hpp287 typename mpl::eval_if_c<
289 , mpl::eval_if_c<
/third_party/boost/boost/phoenix/stl/container/
Dcontainer.hpp305 boost::mpl::eval_if_c<
425 boost::mpl::eval_if_c<
438 boost::mpl::eval_if_c<
/third_party/boost/boost/proto/transform/
Dwhen.hpp188 typename mpl::eval_if_c<
/third_party/boost/boost/spirit/home/classic/utility/
Dgrammar_def.hpp122 typedef typename boost::mpl::eval_if_c< in do_()
/third_party/boost/libs/proto/example/
Dvirtual_member.cpp216 typename mpl::eval_if_c<
/third_party/boost/boost/type_erasure/detail/
Dcheck_call.hpp193 struct and_<T1, T...> : boost::mpl::eval_if_c<T1::type::value, and_<T...>, boost::mpl::false_>::typ…

12