Compare commits
1 Commits
b8a6cf0de0
...
9bf60d7e4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bf60d7e4e |
@ -21,7 +21,7 @@ public:
|
|||||||
using result_type = R;
|
using result_type = R;
|
||||||
|
|
||||||
virtual ~IFunction()
|
virtual ~IFunction()
|
||||||
{}
|
{ }
|
||||||
|
|
||||||
virtual result_type operator()(Args... args) = 0;
|
virtual result_type operator()(Args... args) = 0;
|
||||||
};
|
};
|
||||||
@ -77,7 +77,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
~FunctionOwned() override
|
~FunctionOwned() override
|
||||||
{}
|
{ }
|
||||||
|
|
||||||
result_type operator()(Args... args) override
|
result_type operator()(Args... args) override
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user