HILA
|
#include <type_tools.h>
Utility for obtaining the numeric base type of a class Use as "hila::arithmetic_type<T>" which returns the underlying arithmetic type used in class T (e.g. float, double etc.) if it is field class type. For other types returns the input type
Alt form "typename base_type_struct<T>"
Definition at line 45 of file type_tools.h.