HILA
Loading...
Searching...
No Matches
hila::base_type_struct< T, Enable > Struct Template Reference

#include <type_tools.h>

Detailed Description

template<typename T, typename Enable = void>
struct hila::base_type_struct< T, Enable >

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.


The documentation for this struct was generated from the following file: