stc
Loading...
Searching...
No Matches
stc
math
SignedNumber
stc::math::SignedNumber Concept Reference
#include <
Math.hpp
>
Concept definition
template
<
typename
IT>
concept
stc::math::SignedNumber
=
requires
{
std::is_signed_v<IT>;
}
stc::math::SignedNumber
Definition
Math.hpp:59
Generated by
1.9.8