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