Not Enough Math
Lightweight zero-dependency C++ math library
Loading...
Searching...
No Matches
nem::scalar_type Concept Reference

#include <config.hpp>

Concept definition

template<typename T>
concept nem::scalar_type = std::integral<T> || std::floating_point<T>

Detailed Description

Definition at line 58 of file config.hpp.