Public Types

is_viennamath< T > Struct Template Reference

A metafunction with value 'true' if the provided argument is a ViennaMath 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_viennamath< T >

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

Should be used in the form result_of::is_viennamath<myType>::value in order to check for a type being from ViennaMath.

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: