gz/plugin/utility.hh File Reference
#include <string>
#include <gz/plugin/detail/utility.hh>
#include <gz/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... | |