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

◆ format_as() [5/6]

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

Parameters
[in]iThe gitarg::Int item you wish to format.
Template Parameters
MinValSee gitarg::Int equivalent.
MaxValSee gitarg::Int equivalent.
DefaultValSee gitarg::Int equivalent.
Returns
i converted to long int.

References drama::CreateRunDramaTask().