template struct mrpt::typemeta::TTypeName<std::shared_ptr<T>>

Overview

Specialization for shared_ptr<T>

#include <mrpt/typemeta/TTypeName.h>

template <typename T>
struct TTypeName<std::shared_ptr<T>>
{
    // methods

    static constexpr static auto get();
};