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

◆ format_as() [6/6]

template<long int MinVal = LONG_MIN, long int MaxVal = LONG_MAX, long int DefaultVal = 0>
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.

Parameters
[in]rThe gitarg::Real item you wish to format.
Template Parameters
MinValSee gitarg::Real equivalent.
MaxValSee gitarg::Real equivalent.
DefaultValSee gitarg::Real equivalent.
Returns
r converted to double

References drama::CreateRunDramaTask().