Horizon
Loading...
Searching...
No Matches
Classes | Functions
box.hpp File Reference
#include <cstdlib>
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/utility/get.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

class  ranges::box< Element, Tag, box_compress >
 
class  ranges::box< Element, Tag, detail::box_compress::ebo >
 
class  ranges::box< Element, Tag, detail::box_compress::coalesce >
 

Functions

template<typename Tag , typename Element , detail::box_compress BC>
constexpr Element & ranges::get (box< Element, Tag, BC > &b) noexcept
 
template<typename Tag , typename Element , detail::box_compress BC>
constexpr Element const & ranges::get (box< Element, Tag, BC > const &b) noexcept
 
template<typename Tag , typename Element , detail::box_compress BC>
constexpr Element && ranges::get (box< Element, Tag, BC > &&b) noexcept
 
template<std::size_t I, typename Element , detail::box_compress BC>
constexpr Element & ranges::get (box< Element, meta::size_t< I >, BC > &b) noexcept
 
template<std::size_t I, typename Element , detail::box_compress BC>
constexpr Element const & ranges::get (box< Element, meta::size_t< I >, BC > const &b) noexcept
 
template<std::size_t I, typename Element , detail::box_compress BC>
constexpr Element && ranges::get (box< Element, meta::size_t< I >, BC > &&b) noexcept