|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| auto drama::gitarg::format_as | ( | Int< MinVal, MaxVal, DefaultVal > | i | ) |
Support formatting a gitarg::Int as per a long int type.
This function Allows fmt::format to work with the gitarg::Int type.
You can use any of the fmt::format specifiers that are allowed for a long type.
| [in] | i | The gitarg::Int item you wish to format. |
| MinVal | See gitarg::Int equivalent. |
| MaxVal | See gitarg::Int equivalent. |
| DefaultVal | See gitarg::Int equivalent. |
References drama::CreateRunDramaTask().