is_vector_expression<T>

Prototype

template <class T>
struct is_vector_expression
: boost::mpl::false_
{};

Description

This meta-function indicates if the type is a model of the VectorExpression concept.

Definition

Defined in is_vector_expression.hpp

Model of

Boolean IntegralConstant