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;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Non-initializing trivial constructor
|
||||
*/
|
||||
BoundMethod() = default;
|
||||
|
||||
constexpr
|
||||
|
Loading…
Reference in New Issue
Block a user