Template Function gpa::playback::detail::GetTypeId(TypeRegistry<CandidateType, Types...>)

Function Documentation

Warning

doxygenfunction: Unable to resolve function "gpa::playback::detail::GetTypeId" with arguments (TypeRegistry<CandidateType, Types...>) in doxygen xml output for project "gpaframeworkcpp" from directory: staging/xml. Potential matches:

- template<typename T, typename CandidateType, typename ...Types> constexpr std::enable_if<!std::is_same<T, CandidateType>::value, TypeId>::type GetTypeId(TypeRegistry<CandidateType, Types...> typeRegistry)
- template<typename T, typename CandidateType, typename ...Types> constexpr std::enable_if<std::is_same<T, CandidateType>::value, TypeId>::type GetTypeId(TypeRegistry<CandidateType, Types...> typeRegistry)
- template<typename T> constexpr TypeId GetTypeId(TypeRegistry<> typeRegistry)