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>

Detailed Description

Definition at line 31 of file Math.h.