template struct mrpt::is_shared_ptr<std::shared_ptr<T>>

Overview

#include <mrpt/core/is_shared_ptr.h>

template <class T>
struct is_shared_ptr<std::shared_ptr<T>>: public std::true_type
{
};