Home
last modified time | relevance | path

Searched defs:enable_if_c (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/core/
Denable_if.hpp33 struct enable_if_c { struct
34 typedef T type;
38 struct enable_if_c<false, T> {}; struct
93 struct enable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
/third_party/boost/boost/move/detail/
Dmeta_utils_core.hpp61 struct enable_if_c struct
63 typedef T type;
67 struct enable_if_c<false, T> {}; struct
Dunique_ptr_meta_utils.hpp79 struct enable_if_c struct
81 typedef T type;
88 struct enable_if_c<false, T> {}; struct
/third_party/boost/boost/interprocess/detail/
Dmpl.hpp56 struct enable_if_c { struct
57 typedef T type;
61 struct enable_if_c<false, T> {}; struct