tofrom_wrapper.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-22 00:02:19 -05:00
parent 0787d1bedd
commit 23f2930170

View File

@ -64,12 +64,12 @@ public:
return _data;
}
// const
// T&
// operator()() const
// {
// return _data;
// }
const
T&
operator()() const
{
return _data;
}
T*
operator->()