cheshirekow  v0.1.0
mpblocks::clarkson93::OptLevelGet< T, Defined > Struct Template Reference

Template meta function evaluating the optimization level as specified by the traits class. More...

#include <mpblocks/clarkson93/Triangulation.h>

Public Types

enum  { Value = T::OptLevel }
 

Detailed Description

template<typename T, bool Defined = OptDefined<T>::Value>
struct mpblocks::clarkson93::OptLevelGet< T, Defined >

Template meta function evaluating the optimization level as specified by the traits class.

Defines an internal value which evaluates to the optimization level. Usage:

enum{ OptLevel = OptLevelGet<SomeType>::Value };

Definition at line 67 of file Triangulation.h.

Member Enumeration Documentation

template<typename T , bool Defined = OptDefined<T>::Value>
anonymous enum
Enumerator
Value 

Definition at line 69 of file Triangulation.h.


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