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 } |
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.
T | The type to be checked |