Home
last modified time | relevance | path

Searched defs:disable_if (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/core/
Denable_if.hpp64 struct disable_if : public disable_if_c<Cond::value, T> {}; struct
113 struct disable_if : enable_if_does_not_work_on_this_compiler<T> struct
/third_party/boost/boost/move/detail/
Dmeta_utils_core.hpp87 struct disable_if : enable_if_c<!Cond::value, T> {}; struct
/third_party/boost/boost/interprocess/detail/
Dmpl.hpp67 struct disable_if : public enable_if_c<!Cond::value, T> {}; struct