Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
Sacado::Fad::ExprLevel< T > Struct Template Reference

Meta-function for determining nesting with an expression. More...

#include <Sacado_Fad_Expression.hpp>

Static Public Attributes

static const unsigned value = 0
 

Detailed Description

template<typename T>
struct Sacado::Fad::ExprLevel< T >

Meta-function for determining nesting with an expression.

This determines the level of nesting within nested Fad types. The default implementation works for any type that isn't a Fad type or an expression of Fad types.

Definition at line 100 of file Sacado_Fad_Expression.hpp.

Member Data Documentation

template<typename T >
const unsigned Sacado::Fad::ExprLevel< T >::value = 0
static

Definition at line 101 of file Sacado_Fad_Expression.hpp.


The documentation for this struct was generated from the following file: