Home
last modified time | relevance | path

Searched refs:make_bool (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/core/test/
Deif_lazy_test.cpp49 struct make_bool { struct
54 struct make_bool<int> {}; argument
57 struct make_bool<double> {}; struct
72 typename lazy_disable_if<is_int_or_double<T>, make_bool<T> >::type
76 typename lazy_disable_if_c<is_int_or_double<T>::value, make_bool<T> >::type
/third_party/boost/boost/spirit/home/qi/numeric/
Dbool.hpp208 struct make_bool struct
318 : make_bool<T, Modifiers, Policies> {};
329 : make_bool<bool, Modifiers> {};
/third_party/boost/boost/spirit/home/karma/numeric/
Dbool.hpp254 struct make_bool struct
304 : detail::make_bool<Modifiers> {};
317 : detail::make_bool<Modifiers