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

◆ operator|()

constexpr Flags drama::gitarg::operator| ( Flags  f1,
Flags  f2 
)
constexpr

Operator to allow Flags values to be or-ed.

Note that the result is technically NOT a Flags value, as the resultant value is not one in the Enum.

Parameters
f1Left value for "or".
f2Right value for "or"
Returns
The result of or-ing the two values, cast back to "Flags" type.

References drama::CreateRunDramaTask().