is_vector_collection<T>
Prototype
template <class T>
struct is_vector_collection
: boost::mpl::false_
{};
Description
This meta-function indicates if the type is a model of the VectorCollection concept.
Definition
Defined in is_vector_collection.hpp
Model of
Boolean IntegralConstant