Commit a938b609 authored by Max Kellermann's avatar Max Kellermann

util/BindMethod: document the default constructor

parent d3c7fac6
...@@ -51,6 +51,9 @@ class BoundMethod<R(Args...)> { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment