is_scalar_expression<T>

Prototype

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

Description

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

Definition

Defined in is_scalar_expression.hpp

Model of

Boolean IntegralConstant