|
Unravel Engine C++ Reference
|
Functions | |
| template<typename T > | |
| auto | as_string (const T &t) -> std::string |
| Converts a value to a string. | |
| template<typename T > | |
| auto | type_as_string (const T &) -> std::string |
| Gets the type of a value as a string. | |
| auto seq::inspector::adl_helper::as_string | ( | const T & | t | ) | -> std::string |
Converts a value to a string.
| T | The type of the value. |
| t | The value to convert. |
Definition at line 255 of file seq_common.h.
| auto seq::inspector::adl_helper::type_as_string | ( | const T & | ) | -> std::string |
Gets the type of a value as a string.
| T | The type of the value. |
| t | The value. |
Definition at line 267 of file seq_common.h.