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

Public Member Functions

template<typename E >
constexpr box (E &&e) noexcept(std::is_nothrow_constructible< Element, E >::value) requires(!defer
 
template<typename E >
constexpr box (E &&e) noexcept(std::is_nothrow_constructible< Element, E >::value) requires(!defer
 
constexpr Element && get () &&noexcept
 
constexpr Element & get () &noexcept
 
constexpr const Element && get () const &&noexcept
 
constexpr const Element & get () const &noexcept