|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| #define DramaTHROW_F | ( | status_, | |
| format_, | |||
| ... | |||
| ) | drama::ExceptionThrowSafeF(__func__, __FILE__,__LINE__,(status_), (format_), __VA_ARGS__) |
Throw a Drama exception with fmt::format string formatting.
See DRAMA 2 String formatting for details on this formatting approach.
| status_ | A DRAMA Status code to associate with the message. |
| format_ | The format string. fmt::format approach. |