n_queens_commit functor More...
#include <n_queens_components.hpp>
Public Member Functions | |
template<typename Solution > | |
bool | operator() (Solution &sol, Move move) const |
Operator swaps elements of the solution range. More... | |
n_queens_commit functor
Definition at line 75 of file n_queens_components.hpp.
|
inline |
Operator swaps elements of the solution range.
sol | |
move |
Definition at line 83 of file n_queens_components.hpp.