Searched refs:IsVariant (Results 1 – 1 of 1) sorted by relevance
83 struct IsVariant : std::false_type struct87 struct IsVariant<std::variant<Types...>> : std::true_type struct312 else if constexpr (IsVariant<Type>::value) in unpackValue()