SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sourcepp::math::Arithmetic Concept Reference
#include <
Math.h
>
Concept definition
template
<
typename
T>
concept
sourcepp::math::Arithmetic
= std::is_arithmetic_v<T> || std::same_as<T, half>
sourcepp::math::Arithmetic
Definition:
Math.h:31
Detailed Description
Definition at line
31
of file
Math.h
.
sourcepp
math
Arithmetic
Generated by
1.9.6