Template Function legion::core::nameOfType(T)

Function Documentation

template<typename T>
cstring legion::core::nameOfType(T expr)

Returns type name with namespaces other than that it’s undecorated.

Template Parameters
  • T: type of which you want the name.

Parameters
  • expr: Variable of which you wish to auto deduct type.