stc
Loading...
Searching...
No Matches
stc::math::SignedNumber Concept Reference

#include <Math.hpp>

Concept definition

template<typename IT>
concept stc::math::SignedNumber = requires {
std::is_signed_v<IT>;
}
Definition Math.hpp:59