Horizon
Classes | Public Member Functions | List of all members
ranges::getlines_view Struct Reference
Inheritance diagram for ranges::getlines_view:
ranges::view_facade< getlines_view, unknown > ranges::view_interface< getlines_view, Cardinality > ranges::basic_view< Cardinality > ranges::view_base

Public Member Functions

 getlines_view (std::istream &sin, char delim='\n')
 
std::string & cached () noexcept
 
- Public Member Functions inherited from ranges::view_facade< getlines_view, unknown >
 template (typename D=getlines_view)(requires same_as< D
 Let d be static_cast<Derived &>(*this). More...
 
 template (typename D=getlines_view)(requires same_as< D
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
 template (typename D=getlines_view)(requires same_as< D
 Let d be static_cast<Derived &>(*this). More...
 
 template (typename D=getlines_view)(requires same_as< D
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
constexpr getlines_view auto begin () -> detail::facade_iterator_t< D >
 
constexpr getlines_view auto begin () const -> detail::facade_iterator_t< D const >
 
constexpr getlines_view auto end () -> detail::facade_sentinel_t< D >
 
constexpr getlines_view auto end () const -> detail::facade_sentinel_t< D const >
 
- Public Member Functions inherited from ranges::view_interface< getlines_view, Cardinality >
 view_interface (view_interface &&)=default
 
 view_interface (view_interface const &)=default
 
view_interfaceoperator= (view_interface &&)=default
 
view_interfaceoperator= (view_interface const &)=default
 
constexpr CPP_member auto empty () const noexcept -> CPP_ret(bool)(requires(detail::has_fixed_size_< Cardinality >))
 Test whether a range can be empty:
 

Additional Inherited Members

- Protected Types inherited from ranges::view_interface< getlines_view, Cardinality >
using D = meta::invoke< detail::dependent_< B >, getlines_view >
 
- Protected Member Functions inherited from ranges::view_facade< getlines_view, unknown >
constexpr view_as_cursor begin_cursor () const
 
constexpr default_sentinel_t end_cursor () const
 
- Protected Member Functions inherited from ranges::view_interface< getlines_view, Cardinality >
constexpr getlines_viewderived () noexcept
 
constexpr getlines_view const & derived () const noexcept
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
- Protected Attributes inherited from ranges::view_facade< getlines_view, unknown >
friend range_access
 

The documentation for this struct was generated from the following file: