Searched defs:conditional_t (Results 1 – 3 of 3) sorted by relevance
252 using conditional_t = typename std::conditional<B, T, F>::type; variable
261 using conditional_t = typename std::conditional<B, T, F>::type; variable
487 template <bool B, typename T, typename F> using conditional_t = typename std::conditional<B, T, F>:… variable