makeFeatureRequest overloads
Declared in <balb_testmessages.h>
Set the value of this object to be a "FeatureRequest" value. Optionally specify the value of the "FeatureRequest". If value is not specified, the default "FeatureRequest" value is used.
FeatureTestMessage&
makeFeatureRequest();
» more...
Same as the preceding overload, using the specified value.
FeatureTestMessage&
makeFeatureRequest(FeatureTestMessage const& value);
» more...