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

The assignable_from concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename T, typename U>
std::is_lvalue_reference<T>::value &&
defs::assignable_from_ < T, U >
The assignable_from concept.
Definition: concepts.hpp:970
The common_reference_with concept.
Definition: concepts.hpp:915

Detailed Description

The assignable_from concept.