Ignition Plugin

API Reference

1.2.1
utility.hh File Reference
#include <string>
#include <ignition/plugin/detail/utility.hh>
#include <ignition/plugin/Export.hh>

Go to the source code of this file.

Namespaces

 ignition
 
 ignition::plugin
 

Typedefs

template<typename To , typename From >
using ConstCompatible = detail::ConstCompatible< To, From >
 Contains a static constexpr field named value which will be true if the type From has a const-quality less than or equal to the type To. More...
 

Functions

std::string DemangleSymbol (const std::string &_symbol)
 Demangle the ABI typeinfo name of a symbol into a human-readable version. More...