Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtype_traits.hpp113 template <bool kCondition, typename TypeOnTrue, typename TypeOnFalse> struct Conditional struct
115 typedef TypeOnFalse Type; ///< The selected type based on `kCondition`.
118 template <typename TypeOnTrue, typename TypeOnFalse> struct Conditional<true, TypeOnTrue, TypeOnFal… struct
120 typedef TypeOnTrue Type;