Searched defs:Conditional (Results 1 – 1 of 1) sorted by relevance
113 template <bool kCondition, typename TypeOnTrue, typename TypeOnFalse> struct Conditional struct115 typedef TypeOnFalse Type; ///< The selected type based on `kCondition`.118 template <typename TypeOnTrue, typename TypeOnFalse> struct Conditional<true, TypeOnTrue, TypeOnFal… struct120 typedef TypeOnTrue Type;