Conveniences wrapper for range algorithms. More...
Namespaces | |
implementation | |
Functions | |
template<typename Container , typename Value , typename Projection = implementation::identity> | |
auto | find (Container &container, const Value &value, const Projection &projection={}) |
Conveniences wrapper for range algorithms.
auto utils::ranges::find | ( | Container & | container, |
const Value & | value, | ||
const Projection & | projection = {} |
||
) |
Definition at line 179 of file general.hpp.
Referenced by scoped_recall_unit::activate(), gui2::chatbox::close_window_button_callback(), wfl::gamestate::DEFINE_WFL_FUNCTION(), schema_validation::schema_validator::detect_derivation_cycles(), schema_validation::schema_validator::detect_link_cycles(), events::console_handler::do_control(), utils::detail::contains_impl< Container, Value >::eval(), recall_list_manager::extract_if_matches_id(), recall_list_manager::extract_if_matches_underlying_id(), config::find_child(), recall_list_manager::find_if_matches_id(), recall_list_manager::find_if_matches_underlying_id(), recall_list_manager::find_index(), test_utils::game_config_manager::game_config_manager(), about::get_campaign_credits(), gui2::dialogs::addon_manager::get_name_filter_visibility(), gui2::tree_view::get_node_definition(), gui2::dialogs::addon_manager::get_type_filter_visibility(), carryover_info::merge_old_carryover(), gui2::dialogs::addon_manager::on_order_changed(), gui2::dialogs::addon_manager::pre_show(), gui2::dialogs::mp_create_game::pre_show(), gui2::tree_view::remove_node(), gui2::addon_list::select_addon(), sp::select_campaign(), ng::flg_manager::select_default_faction(), gui2::switch_theme(), gui2::dialogs::mp_create_game::sync_with_depcheck(), carryover_info::transfer_all_to(), and gui2::dialogs::title_screen::update_static_labels().