Searched defs:lazy_enable_if_c (Results 1 – 1 of 1) sorted by relevance
39 struct lazy_enable_if_c { struct40 typedef typename T::type type;44 struct lazy_enable_if_c<false, T> {}; struct92 struct lazy_enable_if_c : enable_if_does_not_work_on_this_compiler<T> struct