Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::detail::exclusively_writable_< I, true > Struct Template Reference

Public Types

template<typename T >
using apply = meta::and_< Writable< I, T >, meta::not_< Assignable< concepts::Readable::reference_t< I > &&, T >>>