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

Building block for concepts related to std::regular but without the requirement of default constructibility. More...

#include <Concepts.hpp>

Concept definition

template<class T>
concept sequoia::movable_comparable = std::movable<T> && std::equality_comparable<T>
Building block for concepts related to std::regular but without the requirement of default constructi...
Definition: Concepts.hpp:35

Detailed Description

Building block for concepts related to std::regular but without the requirement of default constructibility.