Searched refs:IsVector (Results 1 – 1 of 1) sorted by relevance
42 struct IsVector : std::false_type {}; struct45 struct IsVector<std::vector<T>> : std::true_type {};48 constexpr bool G_IS_VECTOR = IsVector<T>::value;