Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::integral Concept Reference
The
integral
concept.
More...
#include <concepts/concepts.hpp>
Concept definition
template
<
typename
T>
concept
concepts::defs::integral
=
std::is_integral<T>::value
concepts::defs::integral
The integral concept.
Definition:
concepts.hpp:941
Detailed Description
The
integral
concept.
concepts
defs
integral
Generated by
1.9.4