Home
last modified time | relevance | path

Searched defs:enable_ifv (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-explicit-bool.cpp4 template <bool b, auto val> struct enable_ifv {}; struct
6 template <auto val> struct enable_ifv<true, val> { struct
7 valueenable_ifv global() argument