Searched defs:enable_if_c (Results 1 – 2 of 2) sorted by relevance
43 using enable_if_c = typename std::enable_if<predicate, Type>::type; variable