Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Classes | Namespaces | Typedefs
Traits.h File Reference
#include <Zivid/DataModel/NodeType.h>
#include <type_traits>

Go to the source code of this file.

Classes

struct  Zivid::DataModel::IsOptional< T >
 
struct  Zivid::DataModel::HasValidRange< T >
 Check if T has a ValidRange constraint More...
 
struct  Zivid::DataModel::HasValidValues< T >
 Check if data model type T has a ValidValues constraint More...
 
struct  Zivid::DataModel::HasValidSize< T >
 Check if T has a ValidSize constraint More...
 

Namespaces

 Zivid
 The main Zivid namespace. All Zivid code is found here
 
 Zivid::DataModel
 

Typedefs

template<typename T >
using Zivid::DataModel::IsDataModelType = typename Detail::IsDataModelType< T >::type
 Check if T is a data model type More...
 
template<typename T >
using Zivid::DataModel::IsDataModelLeaf = typename Detail::IsDataModelLeaf< T >::Type
 Check if T is a data model leaf type More...