Home
last modified time | relevance | path

Searched refs:is_variant (Results 1 – 1 of 1) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dconversion_trigger.hpp37 struct is_variant : std::false_type struct
41 struct is_variant<std::variant<Args...>> : std::true_type struct
45 inline constexpr bool is_variant_v = is_variant<T>::value;