Range-v3
Range algorithms, views, and actions for the Standard Library
Public Member Functions
|
List of all members
ranges::box< Element, Tag, box_compress > Class Template Reference
Utility
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
ranges
box
Generated by
1.8.17