Sequoia
Loading...
Searching...
No Matches
sequoia::pseudoregular Concept Reference

Similar to std::regular but relaxes the requirement of default initializability. More...

#include <Concepts.hpp>

Concept definition

template<class T>
concept sequoia::pseudoregular = movable_comparable<T> && std::copyable<T>
Building block for concepts related to std::regular but without the requirement of default constructi...
Definition: Concepts.hpp:35
Similar to std::regular but relaxes the requirement of default initializability.
Definition: Concepts.hpp:39

Detailed Description

Similar to std::regular but relaxes the requirement of default initializability.