Template Function gpa::serialization::GetBasicType(T)

Function Documentation

Warning

doxygenfunction: Unable to resolve function "gpa::serialization::GetBasicType" with arguments (T) in doxygen xml output for project "gpaframeworkcpp" from directory: staging/xml. Potential matches:

- constexpr BasicType GetBasicType(char const*)
- constexpr BasicType GetBasicType(char)
- constexpr BasicType GetBasicType(char*)
- constexpr BasicType GetBasicType(double)
- constexpr BasicType GetBasicType(float)
- constexpr BasicType GetBasicType(int16_t)
- constexpr BasicType GetBasicType(int32_t)
- constexpr BasicType GetBasicType(int64_t)
- constexpr BasicType GetBasicType(int8_t)
- constexpr BasicType GetBasicType(long)
- constexpr BasicType GetBasicType(uint16_t)
- constexpr BasicType GetBasicType(uint32_t)
- constexpr BasicType GetBasicType(uint64_t)
- constexpr BasicType GetBasicType(uint8_t)
- constexpr BasicType GetBasicType(unsigned long)
- constexpr BasicType GetBasicType(void const*)
- constexpr BasicType GetBasicType(void*)
- constexpr BasicType GetBasicType(wchar_t const*)
- constexpr BasicType GetBasicType(wchar_t*)
- template<typename T, size_t N> constexpr BasicType GetBasicType(T[N])
- template<typename T, typename std::enable_if<!std::is_enum<T>::value, int>::type = 0, typename std::enable_if<!std::is_class<T>::value, int>::type = 0> constexpr BasicType GetBasicType(T)
- template<typename T, typename std::enable_if<std::is_enum<T>::value, int>::type = 0> constexpr BasicType GetBasicType(T)
- template<typename T> constexpr BasicType GetBasicType(T const*)
- template<typename T> constexpr BasicType GetBasicType(T*)