Member predicate UserType :: getSimpleName
Gets the simple name of this type, without any template parameters. For example
if the name of the type is "myType<int>"
, the simple name is just "myType"
.
string
getSimpleName
(
)