ComPPare 1.0.0
Loading...
Searching...
No Matches
comppare::internal::concepts::Integral Concept Reference

Concept for an integral type. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept comppare::internal::concepts::Integral = std::integral<std::remove_cvref_t<T>>
Concept for an integral type.
Definition concepts.hpp:69

Detailed Description

Concept for an integral type.

Template Parameters
T