Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::ContinueSearch Struct Reference

Default solution visitor that always continues the search. More...

#include <state_search_common.H>

Public Member Functions

template<typename Solution >
bool operator() (const Solution &) const noexcept
 Accepts any solution and returns true.
 

Detailed Description

Default solution visitor that always continues the search.

Definition at line 350 of file state_search_common.H.

Member Function Documentation

◆ operator()()

template<typename Solution >
bool Aleph::ContinueSearch::operator() ( const Solution &  ) const
inlinenoexcept

Accepts any solution and returns true.

Template Parameters
SolutionSolution type.
Returns
Always true.

Definition at line 358 of file state_search_common.H.


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