NDDEM
Public Member Functions | Public Attributes | List of all members
cereal::traits::detail::base_class_id Struct Reference

#include <traits.hpp>

Public Member Functions

template<class T >
 base_class_id (T const *const t)
 
bool operator== (base_class_id const &other) const
 

Public Attributes

std::type_index type
 
void constptr
 
size_t hash
 

Constructor & Destructor Documentation

◆ base_class_id()

template<class T >
cereal::traits::detail::base_class_id::base_class_id ( T const *const  t)
inline

Member Function Documentation

◆ operator==()

bool cereal::traits::detail::base_class_id::operator== ( base_class_id const other) const
inline

Member Data Documentation

◆ hash

size_t cereal::traits::detail::base_class_id::hash

◆ ptr

void const* cereal::traits::detail::base_class_id::ptr

◆ type

std::type_index cereal::traits::detail::base_class_id::type

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