Range-v3
Range algorithms, views, and actions for the Standard Library
Loading...
Searching...
No Matches
concepts::defs::regular Concept Reference
The
regular
concept.
More...
#include <concepts/concepts.hpp>
Concept definition
template
<
typename
T>
concept
concepts::defs::regular
=
semiregular<T>
&&
equality_comparable<T>
concepts::defs::equality_comparable
The equality_comparable concept.
Definition
concepts.hpp:1086
concepts::defs::regular
The regular concept.
Definition
concepts.hpp:1210
concepts::defs::semiregular
The semiregular concept.
Definition
concepts.hpp:1201
Detailed Description
The
regular
concept.
concepts
defs
regular
Generated by
1.9.8