tofrom_wrapper.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-22 00:00:15 -05:00
parent 31b88f40a4
commit 398f3490d2

View File

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