|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| auto drama::gitarg::format_as | ( | const gitarg::Enum< LookupClass, EnumType > & | e | ) |
Support formatting a gitarg::Enum as per std::string.
This function Allows fmt::format to work with the gitarg::Enum type.
You can use any of the fmt::format specifiers that are allowed for a std::string type.
| [in] | e | The gitarg::Enum item you wish to format. |
| LookupClass | See gitarg::Enum. |
| EnumType | See gitarg::Enum. |
References drama::CreateRunDramaTask().