Gazebo Plugin

API Reference

3.0.0~pre1
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

namespace  gz
 
namespace  gz::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.
 

Functions

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