All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::local_search::search_obj_function_components_traits< SearchComponentsObjFun > Struct Template Reference

traits class for search_componentsObjFun More...

#include <local_search_obj_function.hpp>

Public Types

using get_moves_t = typename data_structures::component_traits< SearchComponentsObjFun >::template type< GetMoves >::type
 
using obj_function_t = typename data_structures::component_traits< SearchComponentsObjFun >::template type< ObjFunction >::type
 
using commit_t = typename data_structures::component_traits< SearchComponentsObjFun >::template type< Commit >::type
 

Detailed Description

template<typename SearchComponentsObjFun>
struct paal::local_search::search_obj_function_components_traits< SearchComponentsObjFun >

traits class for search_componentsObjFun

Template Parameters
search_componentsObjFun

Definition at line 35 of file local_search_obj_function.hpp.


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