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

Concept to work around the fact that currently the stl typically underconstrains operator==. More...

#include <Concepts.hpp>

Concept definition

template<class T>
concept sequoia::deep_equality_comparable = is_deep_equality_comparable_v<T>
Concept to work around the fact that currently the stl typically underconstrains operator==.
Definition: Concepts.hpp:105

Detailed Description

Concept to work around the fact that currently the stl typically underconstrains operator==.