|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Support formatting a gitarg::Bool as per bool/.
This function Allows fmt::format to work with the gitarg::Bool type.
You can use any of the fmt::format specifiers that are allowed for a C++ bool type. Note that the defaults are to return True/False.
| [in] | b | The gitarg::Bool item you wish to format. |
References drama::CreateRunDramaTask().