#include <2_local_search_components.hpp>
Public Member Functions | |
Swap (Element from, Element to) | |
constructor More... | |
Element | get_from () const |
getter for m_from More... | |
Element | get_to () const |
getter for m_to More... | |
Swap (T from, T to) | |
constructor More... | |
T | get_from () const |
from getter More... | |
T | get_to () const |
to getter More... | |
void | set_from (T from) |
form setter More... | |
void | set_to (T to) |
from setter More... | |
Swap.
swap type
Element | |
T |
Definition at line 28 of file 2_local_search_components.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |