ChimeraTK-DeviceAccess 03.26.00
Loading...
Searching...
No Matches
ChimeraTK::numeric::Arithmetic Concept Reference

Concept to require a numeric data type in templates. More...

#include <NumericConverter.h>

Concept definition

template<typename T>
concept ChimeraTK::numeric::Arithmetic = Integral<T> || std::floating_point<T>
Concept to require a numeric data type in templates.
Concept to require an integral data type incl.

Detailed Description

Concept to require a numeric data type in templates.

Definition at line 27 of file NumericConverter.h.