Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Denable_if.hpp28 struct enable_if_c { struct
29 typedef T type;
33 struct enable_if_c<false, T> {}; struct
84 struct enable_if_c : enable_if_does_not_work_on_this_compiler<T> struct