Namespaces | Functions
maybeCastObj.h File Reference
#include <typeinfo>

Go to the source code of this file.

Namespaces

 art::detail
 

Functions

bool art::detail::upcastAllowed (std::type_info const &tiFrom, std::type_info const &tiTo)
 
void const * art::detail::maybeCastObj (void const *address, std::type_info const &tiFrom, std::type_info const &tiTo)
 
template<typename element_type >
void const * art::detail::maybeCastObj (element_type const *address, std::type_info const &tiTo)