15 #ifndef PAAL_SEARCH_OBJ_FUNC_COMPONENTS_HPP
16 #define PAAL_SEARCH_OBJ_FUNC_COMPONENTS_HPP
50 template <
typename... Args>
61 template <
typename... Args>
68 #endif // PAAL_SEARCH_OBJ_FUNC_COMPONENTS_HPP
typename components_obj_fun::type< Args...> search_components_obj_fun
search_componentsObjFun alias to components.
static type< special_decay_t< components >...> make_components(components &&...comps)
make function for components
This file contains set of simple useful functors or functor adapters.
auto make_search_components_obj_fun(Args &&...args)
make function for search_componentsObjFun
bool local_search(Solution &solution, SearchStrategy searchStrategy, ContinueOnSuccess succ, ContinueOnFail fail, components...comps)
detail