UgMisc 0.3
Miscellaneous C++ header library
Loading...
Searching...
No Matches
ugmisc::Int Concept Reference

#include <ugmisc/sfinae_helpers.hpp>

Concept definition

template<class T>
concept Int = std::numeric_limits<T>::is_integer

Detailed Description

Concept for integer types.

This may be a little more relaxed than std::integral. This is to ensure it supports custom types.

Definition at line 224 of file sfinae_helpers.hpp.