#include <s_baltst_generatetestchoice.h>
|
| GenerateTestChoice () |
|
template<class SELECTION_0 , class TYPE_0 > |
TestChoice< TypedTestSelection< TYPE_0, SELECTION_0 > > | operator() (const SELECTION_0 &selection, const TYPE_0 &value) const |
|
template<class SELECTION_0 , class SELECTION_1 , class TYPE_0 , class TYPE_1 > |
TestChoice< TypedTestSelection< TYPE_0, SELECTION_0 >, TypedTestSelection< TYPE_1, SELECTION_1 > > | operator() (const SELECTION_0 &selection0, const SELECTION_1 &selection1, const TYPE_0 &value, const TestPlaceHolder< TYPE_1 > &placeHolder) const |
|
template<class SELECTION_0 , class SELECTION_1 , class TYPE_0 , class TYPE_1 > |
TestChoice< TypedTestSelection< TYPE_0, SELECTION_0 >, TypedTestSelection< TYPE_1, SELECTION_1 > > | operator() (const SELECTION_0 &selection0, const SELECTION_1 &selection1, const TestPlaceHolder< TYPE_0 > &placeHolder, const TYPE_1 &value) const |
|
This in-core value-semantic class provides a function object whose function call operator can be used to generate objects of specializations of TestChoice
.
See s_baltst_generatetestchoice
◆ Util
◆ GenerateTestChoice()
s_baltst::GenerateTestChoice::GenerateTestChoice |
( |
| ) |
|
|
inline |
◆ operator()() [1/3]
template<class SELECTION_0 , class TYPE_0 >
TestChoice< TypedTestSelection< TYPE_0, SELECTION_0 > > s_baltst::GenerateTestChoice::operator() |
( |
const SELECTION_0 & |
selection, |
|
|
const TYPE_0 & |
value |
|
) |
| const |
◆ operator()() [2/3]
template<class SELECTION_0 , class SELECTION_1 , class TYPE_0 , class TYPE_1 >
◆ operator()() [3/3]
template<class SELECTION_0 , class SELECTION_1 , class TYPE_0 , class TYPE_1 >
The documentation for this class was generated from the following file: