You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Class slamcore::MetaDataInterface
-
class MetaDataInterface
Representing metadata.
Metadata value getters.
-
template<typename T>
inline std::error_code getValue(T &val, typename std::enable_if<std::is_integral<T>::value, T>::type* = 0) const
-
template<typename T>
inline std::error_code getValue(T &val, typename std::enable_if<std::is_enum<T>::value, T>::type* = 0) const
-
template<typename T>