All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::local_search::make_swap Struct Reference

Functor creating Move. More...

#include <2_local_search_components.hpp>

Public Member Functions

template<typename Element >
Swap< Element > operator() (Element from, Element to) const
 operator() More...
 
template<typename T >
Swap< T > operator() (T from, T to) const
 operator()
 

Detailed Description

Functor creating Move.

operator() creates Swap from (from, to)

Definition at line 59 of file 2_local_search_components.hpp.

Member Function Documentation

template<typename Element >
Swap<Element> paal::local_search::make_swap::operator() ( Element  from,
Element  to 
) const
inline

operator()

Parameters
from
to
Returns

Definition at line 69 of file 2_local_search_components.hpp.


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