class
StringFormat
Helper class used for string formatting operations.
Private
Methods
staticGetLength
Set of methods that can be specialized so we have a generalized way for retrieving length of strings of different types.
staticGetLength
Set of methods that can be specialized so we have a generalized way for retrieving length of strings of different types.
staticStrToInt
Parses the string and returns an integer value extracted from string characters.
staticStrToInt
Parses the string and returns an integer value extracted from string characters.
staticToString
Helper method that "converts" a narrow string to a narrow string (simply a pass through).
staticToString
Helper method that converts a narrow character array to a narrow string.
staticToString
Helper method that converts a narrow character array to a narrow string.
staticToString
Helper method that converts a StringView to a narrow string.
staticToWString
Helper method that "converts" a wide string to a wide string (simply a pass through).
staticToWString
Helper method that converts a wide character array to a wide string.
staticToWString
Helper method that converts a wide character array to a wide string.
staticGetParams
Helper method for parameter size calculation.
Used as a stopping point in template recursion.
staticGetParams
Helper method for parameter size calculation.
Used as a stopping point in template recursion.