Scanbot SDK
Loading...
Searching...
No Matches
ValueType Concept Reference

Concept definition

template<class T>
concept ValueType =
std::is_integral_v<T> || std::is_floating_point_v<T> || std::is_enum_v<T> || IsSdkValueType<T>
Definition ScanbotSDKUtils.hpp:26