Searched refs:IsStdArray (Results 1 – 1 of 1) sorted by relevance
75 struct IsStdArray : std::false_type struct79 struct IsStdArray<std::array<Type, size>> : std::true_type struct272 else if constexpr (IsStdArray<Type>::value) in unpackValue()358 else if constexpr (IsStdArray<Type>::value) in unpackValue()