Apply the "long" specifier to the type
<mrdocs/Metadata/Type/FundamentalTypeKind.hpp>
bool
makeLong(FundamentalTypeKind& kind) noexcept;
If applying "long" the specifier is a valid operation the function changes the type and returns true.
For instance, applying "long" to FundamentalTypeKind::Int
("int") results in FundamentalTypeKind::Long
("long int").
Name | Description |
---|---|
kind [in] | The type to modify |