Example "strategy" class, which can be configured with additional qualifiers at construction.
Definition at line 48 of file builder-qualifier-support-test.cpp.
|
template<class... QS> |
| ExampleStrategy (Qualifier qual, QS... qs) |
|
| operator string () const |
|
|
Qualifier | one () |
| definition of a qualifier one()
|
|
Qualifier | two (string) |
| definition of another qualifier two(arg) , accepting an additional argument
|
|
|
string | prop_ {"∅"} |
| a private property to be manipulated by the qualifiers
|
|
|
using | Manipulator = std::function< void(ExampleStrategy &)> |
|
The documentation for this class was generated from the following file: