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