Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::box< Element, Tag, detail::box_compress::coalesce > Class Template Reference

Public Member Functions

template<typename E >
CPP_TEMPLATE_AUX_0 c (requires(!same_as< box, detail::decay_t< E >>) &&constructible_from< Element, E > &&(!convertible_to< E, Element >)) ccconstexpr explicit box(E &&) noexcept
 
template<typename E >
CPP_TEMPLATE_AUX_0 c (requires(!same_as< box, detail::decay_t< E >>) &&constructible_from< Element, E > &&convertible_to< E, Element >) ccconstexpr box(E &&) noexcept
 
constexpr Element && get () &&noexcept
 
constexpr Element & get () &noexcept
 
constexpr Element const && get () const &&noexcept
 
constexpr Element const & get () const &noexcept