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 >
constexpr box (E &&) noexcept(true) requires(!defer
 
constexpr Element && get () &&noexcept
 
constexpr Elementget () &noexcept
 
constexpr const Element && get () const &&noexcept
 
constexpr const Elementget () const &noexcept