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

The move-only version of sequoia::pseudoregular. More...

#include <Concepts.hpp>

Concept definition

template<class T>
concept sequoia::moveonly = 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
The move-only version of sequoia::pseudoregular.
Definition: Concepts.hpp:43

Detailed Description

The move-only version of sequoia::pseudoregular.