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

Public Member Functions

 template (typename Val1, typename Val2)() const expr auto operator()(Val1 old_value
 
- Public Member Functions inherited from ranges::views::replace_base_fn
 template (typename Rng, typename Val1, typename Val2)(AND input_range< Rng > AND same_as< detail
 

Public Attributes

Val2 new_value const
 

Member Data Documentation

◆ const

Val2 new_value ranges::views::replace_fn::const
Initial value:
{
return make_view_closure(bind_back(
replace_base_fn{}, std::move(old_value), std::move(new_value)))

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