Searched refs:N_test (Results 1 – 2 of 2) sorted by relevance
21 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test() function43 constexpr int ns_variable_test = N_test(true);44 constexpr int ns_function_test = N_test(false);
12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test() function