tofrom_wrapper.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:59:28 -05:00
parent 0d9739f7d4
commit b6d7be6d6e

View File

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