ugmisc 0.2-86
Miscellaneous C++ header library
Loading...
Searching...
No Matches
ugmisc::Int Concept Reference

#include <ugmisc/sfinae_helpers.hpp>

Concept definition

template<class T>
concept ugmisc::Int = std::numeric_limits<T>::is_integer
Definition sfinae_helpers.hpp:226

Detailed Description

Concept for integer types.

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