Searched defs:enable_ifv (Results 1 – 1 of 1) sorted by relevance
4 template <bool b, auto val> struct enable_ifv {}; struct 6 template <auto val> struct enable_ifv<true, val> { struct 7 valueenable_ifv global() argument