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

Public Member Functions

template<typename E , requires = (std::is_constructible<Element, E>::value && std::is_convertible<E, Element>::value)>
constexpr box (E &&) noexcept
 
template<typename E , requires = (std::is_constructible<Element, E>::value && !std::is_convertible<E, Element>::value)>
constexpr box (E &&) noexcept
 
Elementget () &noexcept
 
constexpr Element const & get () const &noexcept
 
Element && get () &&noexcept