util/BindMethod: document the default constructor
This commit is contained in:
parent
d3c7fac606
commit
a938b609b9
@ -51,6 +51,9 @@ class BoundMethod<R(Args...)> {
|
|||||||
function_pointer function;
|
function_pointer function;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
* Non-initializing trivial constructor
|
||||||
|
*/
|
||||||
BoundMethod() = default;
|
BoundMethod() = default;
|
||||||
|
|
||||||
constexpr
|
constexpr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user