Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::views::slice_fn Struct Reference
Inheritance diagram for ranges::views::slice_fn:
ranges::views::slice_base_fn

Public Member Functions

 template (typename Int)() const expr auto operator()(Int from
 
 template (typename Int)() const expr auto operator()(Int from
 

Public Attributes

Int to const
 
detail::from_end_< Int > to const
 

Member Data Documentation

◆ const [1/2]

Int to ranges::views::slice_fn::const
Initial value:
{
return make_view_closure(bind_back(slice_base_fn{}, from, to))

◆ const [2/2]

detail::from_end_<Int> to ranges::views::slice_fn::const
Initial value:
{
return make_view_closure(bind_back(slice_base_fn{}, from, to))

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