Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::same_as Concept Reference

The same_as concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename A, typename B>
std::is_same< A, B >::value && std::is_same< B, A >::value
The same_as concept.
Definition: concepts.hpp:853

Detailed Description

The same_as concept.