AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ MessageUserF() [1/2]

template<typename... Args>
void drama::thread::TUface::MessageUserF ( const fmt::format_string< Args... >  fmt,
Args &&...  args 
)
inline

Use DRAMA to send a message to the user - format using fmt::format.

See DRAMA 2 String formatting for details on this formatting approach.

See also
MessageUser() for non-formatted output.
SdsListToUser() for output of an SDS structure
MessageUserStreamBuf to implement a stream buffer that outputs using MessageUser().
Parameters
fmtThe string for formatting. See fmt::format for details.
argsArguments to the format. See fmt::format for details.
Template Parameters
Args...the remaining argument types.

References drama::CreateRunDramaTask(), and MessageUser().