Commit 798f9b8a authored by Dominik Charousset's avatar Dominik Charousset

Add stream_id::valid convenience function

parent cedc10b3
......@@ -43,6 +43,10 @@ public:
strong_actor_ptr origin;
uint64_t nr;
inline bool valid() const {
return origin != nullptr;
}
};
template <class Inspector>
......
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