AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Put() [14/25]

static void Sdp::Put ( const std::string &  name,
bool  value,
StatusType *const  status 
)
inlinestatic

Put a boolean value into a named parameter.

The the value is converted to the type of the parameter and (if possible) and inserted.

Note that SDS does not directly support boolean values, so an integer representation is used.

Remarks
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
SdpPutus()
Parameters
nameThe name of the parameter.
valueThe value to be inserted.
statusInherited status.