Searched defs:disable_if_c (Results 1 – 1 of 1) sorted by relevance
51 struct disable_if_c { struct52 typedef T type;56 struct disable_if_c<true, T> {}; struct88 struct disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct