Public Types

is_compiletime< T > Struct Template Reference

A metafunction returning a value 'true' if the provided argument is a ViennaMath compiletime expression type. Otherwise, false is returned. More...

#include <forwards.h>

Public Types

enum  { value = false }

Detailed Description

template<typename T>
struct viennamath::result_of::is_compiletime< T >

A metafunction returning a value 'true' if the provided argument is a ViennaMath compiletime expression type. Otherwise, false is returned.

Should be used in the form result_of::is_compiletime<myType>::value in order to check for a type being a compile time type.

Template Parameters:
T The type to be checked

Member Enumeration Documentation

anonymous enum
Enumerator:
value 

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