Searched refs:false_t (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/parameter/ |
D | are_tagged_arguments.hpp | 48 #define BOOST_PARAMETER_ARE_TAGGED_ARGUMENTS_END_Z(z, n, false_t) , false_t> argument
|
/third_party/boost/boost/parameter/aux_/preprocessor/ |
D | no_perfect_forwarding_begin.hpp | 12 #define BOOST_PARAMETER_satisfies_end(z, n, false_t) ,false_t> argument
|
/third_party/boost/boost/move/ |
D | unique_ptr.hpp | 60 class false_t { char dummy[2]; }; class in boost::move_upd::is_noncopyable 61 template<class U> static false_t dispatch(...); 266 class false_t { char dummy[2]; }; class in boost::move_upd::is_rvalue_convertible 267 static false_t dispatch(...);
|
/third_party/boost/boost/move/detail/ |
D | unique_ptr_meta_utils.hpp | 430 class false_t { char dummy[2]; }; class in boost::move_upmu::is_convertible 431 static false_t dispatch(...);
|
D | meta_utils.hpp | 307 class false_t { char dummy[2]; }; class in boost::move_detail::is_convertible 308 static false_t dispatch(...);
|
/third_party/boost/boost/ |
D | operators.hpp | 675 struct false_t {}; struct 687 typedef operators_detail::false_t value; 745 struct template_name<T, U, B, operators_detail::false_t> \ 753 struct template_name<T, T, B, operators_detail::false_t> \
|
D | operators_v1.hpp | 720 struct false_t {}; struct 727 typedef ::boost::detail::false_t value; 795 struct template_name<T, T, B, ::boost::detail::false_t> \
|