Home
last modified time | relevance | path

Searched defs:enable_if (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
Denable_if.hpp68 struct enable_if struct
76 typedef Return type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Denable_if.hpp36 struct enable_if : public enable_if_c<Cond::value, T> {}; struct
100 struct enable_if : enable_if_does_not_work_on_this_compiler<T> struct