Lbug C++ API
Loading...
Searching...
No Matches
lbug::common::NumericTypes Concept Reference

#include <types.h>

Concept definition

template<typename T>
concept lbug::common::NumericTypes = IntegerTypes<T> || std::floating_point<T>
Definition types.h:149
Definition types.h:155