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
31b88f40a4
commit
398f3490d2
@ -64,6 +64,13 @@ public:
|
||||
return _data;
|
||||
}
|
||||
|
||||
const
|
||||
T&
|
||||
operator()() const
|
||||
{
|
||||
return _data;
|
||||
}
|
||||
|
||||
T*
|
||||
operator->()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user