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

◆ format_as() [3/6]

auto drama::gitarg::format_as ( const String s)
inline

Support formatting a gitarg::String as per std::string.

This function Allows fmt::format to work with the gitarg::String type.

You can use any of the fmt::format specifiers that are allowed for a std::string type.

Parameters
[in]sThe gitarg::String item you wish to format.
Returns
s converted to a std::string.

References drama::CreateRunDramaTask().