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>
ValueType
Definition
ScanbotSDKUtils.hpp:26
Generated by
1.13.2