IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::StrongNumericType Concept Reference

Concept used to determine if a struct is considerd a strong number wrapper. More...

#include <ice/concept/strong_type_integral.hxx>

Concept definition

template<typename T>
concept StrongNumericType = std::is_pod_v<T>
&& std::is_arithmetic_v<ice::StrongNumericBase<T>>
Concept used to determine if a struct is considerd a strong number wrapper.
Definition strong_type_integral.hxx:18
Definition strong_type_base.hxx:23
Definition strong_type_base.hxx:20

Detailed Description

Concept used to determine if a struct is considerd a strong number wrapper.