All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Namespaces | Typedefs | Functions
search_components.hpp File Reference
#include "paal/data_structures/components/components.hpp"
#include "paal/utils/functors.hpp"

Go to the source code of this file.

Namespaces

 paal
 global namespace of project.
 
 

Typedefs

typedef
data_structures::components
< GetMoves, Gain, Commit > 
paal::local_search::components
 Definition for the components class for local search usually this class is not directly used, see search_components.
 
template<typename... Args>
using paal::local_search::search_components = typename components::type< Args...>
 search_components template alias More...
 
template<typename... Args>
using paal::local_search::Multisearch_components = search_components< Args...>
 Multisearch_components template alias. More...
 

Functions

template<typename... Args>
auto paal::local_search::make_search_components (Args &&...args)
 make function for search components More...
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-18

Definition in file search_components.hpp.