MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::NumericType Concept Reference

Constrains T to be any numeric type. More...

#include <marvin_Concepts.h>

Concept definition

template<class T>
concept marvin::NumericType = std::is_integral_v<T> || std::is_floating_point_v<T>
Constrains T to be any numeric type.
Definition marvin_Concepts.h:39

Detailed Description

Constrains T to be any numeric type.