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

◆ format_as() [4/6]

auto drama::gitarg::format_as ( gitarg::Bool  b)
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.

Parameters
[in]bThe gitarg::Bool item you wish to format.
Returns
b converted to a std::string.

References drama::CreateRunDramaTask().