Horizon
|
#include <istream>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/default_sentinel.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>
Go to the source code of this file.
Classes | |
struct | ranges::istream_view< Val > |
Namespaces | |
namespace | ranges::cpp20 |
Typedefs | |
template<typename Val > | |
using | ranges::cpp20::basic_istream_view = ::ranges::istream_view< Val > |
Functions | |
ranges::template (typename Val)(AND default_constructible< Val >) inline istream_view< Val > istream(std | |