Apply the "long" specifier to the type
Synopsis
Declared in <mrdocs/Metadata/Type.hpp>
bool
makeLong(FundamentalTypeKind& kind) noexcept;
Description
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").
Return Value
Whether the operation was successful
Parameters
Name |
Description |
kind [in] |
The type to modify |
Created with MrDocs