mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 14:04:05 +08:00
tofrom_wrapper.hpp
This commit is contained in:
parent
0d9739f7d4
commit
b6d7be6d6e
@ -64,6 +64,11 @@ public:
|
||||
return _data;
|
||||
}
|
||||
|
||||
operator T() const
|
||||
{
|
||||
return _data;
|
||||
}
|
||||
|
||||
T*
|
||||
operator->()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user