|
SPH
|
Object representing a sequence of characters. More...
Go to the source code of this file.
Classes | |
| class | String |
Functions | |
| INLINE bool | operator< (const String &s1, const String &s2) |
| INLINE String | operator""_s (const char *s, std::size_t UNUSED(len)) |
| template<typename T > | |
| INLINE String | toString (const T &value) |
| String | getFormattedTime (const String &format) |
| Utility functions. More... | |
Utility functions.
Returns the current time, formatted by given formatting string.
Definition at line 128 of file String.cpp.