API Documentation
Loading...
Searching...
No Matches
TypeInfo.h File Reference
#include <type_traits>
#include <NDEVR/BaseValues.h>
#include <NDEVR/ObjectInfo.h>
Include dependency graph for TypeInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TypeInfo
 

Namespaces

namespace  NDEVR
 

Functions

template<class t_type , bool is_buffer = ObjectInfo<t_type>::Buffer>
constexpr std::enable_if<!ObjectInfo< t_type >::Buffer, TypeInfo >::type GetTypeInfo ()
 
template<class t_type >
constexpr std::enable_if< ObjectInfo< t_type >::Buffer, TypeInfo >::type GetTypeInfo ()