Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::actions::slice_fn Struct Reference

Public Member Functions

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

Public Attributes

D to const
 
detail::from_end_< D > to const
 

Member Data Documentation

◆ const [1/2]

D to ranges::actions::slice_fn::const
Initial value:
{
return make_action_closure(bind_back(slice_fn{}, from, to))

◆ const [2/2]

detail::from_end_<D> to ranges::actions::slice_fn::const
Initial value:
{
return make_action_closure(bind_back(slice_fn{}, from, to))

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