tofrom_wrapper.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-22 00:02:32 -05:00
parent 23f2930170
commit e4db36c977

View File

@ -66,7 +66,7 @@ public:
const
T&
operator()() const
operator*() const
{
return _data;
}