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