namespace mrpt::rtti::internal
namespace internal { // structs template <bool is_copy_ctrtible> struct CopyCtor; template <> struct CopyCtor<true>; template <> struct CopyCtor<false>; } // namespace internal
namespace internal { // structs template <bool is_copy_ctrtible> struct CopyCtor; template <> struct CopyCtor<true>; template <> struct CopyCtor<false>; } // namespace internal