Template Function TRAP::Utils::String::ConvertToType#

Function Documentation#

template<typename T>
T TRAP::Utils::String::ConvertToType(const std::string &input)#

Convert a string to the given type.

Template Parameters:

T – Type to get

Parameters:

input – String to convert.

Returns:

String converted to type T.