Searched defs:conditional_t (Results 1 – 2 of 2) sorted by relevance
27 template <bool B, typename T, typename F> using conditional_t = typename std::conditional<B, T, F>:… variable