Zivid C++ API 2.11.1+de9b5dae-1
Zivid::DataModel::HasValidValues< T > Struct Template Reference

Check if data model type T has a ValidValues constraint. More...

#include <Zivid/DataModel/Traits.h>

Inheritance diagram for Zivid::DataModel::HasValidValues< T >:

Detailed Description

template<typename T>
struct Zivid::DataModel::HasValidValues< T >

Check if data model type T has a ValidValues constraint.

If the data model type T has a validValues() method, provides the member constant value equal to true. Otherwise, value is equal to false. This method can only be called with data model leaf types, see IsDataModelLeaf.


The documentation for this struct was generated from the following file: