tofrom_wrapper.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:59:44 -05:00
parent b6d7be6d6e
commit 31b88f40a4

View File

@ -64,11 +64,6 @@ public:
return _data; return _data;
} }
operator T() const
{
return _data;
}
T* T*
operator->() operator->()
{ {