Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
single.hpp File Reference
#include <type_traits>
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/addressof.hpp>
#include <range/v3/utility/optional.hpp>
#include <range/v3/utility/semiregular_box.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/facade.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>

Go to the source code of this file.

Classes

struct  ranges::single_view< T >
 
struct  ranges::views::single_fn
 

Namespaces

namespace  ranges::views
 
namespace  ranges::cpp20
 

Functions

template<class T >
 ranges::single_view (T &&) -> single_view< detail::decay_t< T > >