Searched defs:enable_if_c (Results 1 – 5 of 5) sorted by relevance
33 struct enable_if_c { struct34 typedef T type;38 struct enable_if_c<false, T> {}; struct93 struct enable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
61 struct enable_if_c struct63 typedef T type;67 struct enable_if_c<false, T> {}; struct
79 struct enable_if_c struct81 typedef T type;88 struct enable_if_c<false, T> {}; struct
43 using enable_if_c = typename std::enable_if<predicate, Type>::type; variable