Unravel Engine C++ Reference
Loading...
Searching...
No Matches
seq::inspector::adl_helper Namespace 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.
 

Function Documentation

◆ as_string()

template<typename T >
auto seq::inspector::adl_helper::as_string ( const T & t) -> std::string

Converts a value to a string.

Template Parameters
TThe type of the value.
Parameters
tThe value to convert.
Returns
The string representation of the value.

Definition at line 255 of file seq_common.h.

◆ type_as_string()

template<typename T >
auto seq::inspector::adl_helper::type_as_string ( const T & ) -> std::string

Gets the type of a value as a string.

Template Parameters
TThe type of the value.
Parameters
tThe value.
Returns
The string representation of the type.

Definition at line 267 of file seq_common.h.