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