|
| template (typename D)(requires integral< D >) const expr auto operator()(D from |
|
| template (typename D)(requires integral< D >) const expr auto operator()(D from |
|
|
D to | const |
|
detail::from_end_< D > to | const |
|
◆ const [1/2]
D to ranges::actions::slice_fn::const |
Initial value:{
return make_action_closure(
bind_back(slice_fn{}, from, to))
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994
◆ 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: