Searched defs:enable_if (Results 1 – 2 of 2) sorted by relevance
68 struct enable_if struct76 typedef Return type;
36 struct enable_if : public enable_if_c<Cond::value, T> {}; struct100 struct enable_if : enable_if_does_not_work_on_this_compiler<T> struct