Template Function navtk::utils::identify_type

Function Documentation

template<typename T>
std::string navtk::utils::identify_type()

Return a human-readable string describing the compile-time type name of the given template parameter.

Useful for constructing error messages about template parameters.

Template Parameters

T – Type to identify

Returns

The name of the type (exact format is compiler-specific).