|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Internal namespace for ADL-based to_string resolution. More...
Functions | |
| template<class T> | |
| std::string | convert_to_string (T &&t) |
| Convert a value to string via ADL lookup. | |
Internal namespace for ADL-based to_string resolution.
| std::string AeonGames::to_string_namespace::convert_to_string | ( | T && | t | ) |
Convert a value to string via ADL lookup.
| T | The type of the value. |
| t | The value to convert. |
Definition at line 37 of file ToString.hpp.