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

◆ Int() [1/5]

template<long int MinVal = LONG_MIN, long int MaxVal = LONG_MAX, long int DefaultVal = 0>
drama::gitarg::Int< MinVal, MaxVal, DefaultVal >::Int ( const long  def = DefaultVal)
inline

Simple constructor with a default value specified.

Parameters
defThe default value to use. If not specified, uses template argument "DefaultVal".