API Documentation
|
#include <type_traits>
#include <NDEVR/BaseValues.h>
#include <NDEVR/ObjectInfo.h>
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 () |