5#include <l4/cxx/result>
10template<
typename HOOKS>
11class Reply_cap_hooks :
public HOOKS
15 cxx::Result<L4::Reply_cap> take_reply_cap() noexcept
override
21 auto ret = cxx::move(_reply_cap);
22 _reply_cap = cxx::move(next);
28 L4::Reply_cap_idx setup_reply_cap() const noexcept
29 {
return _reply_cap.get(); }
Def_reply_cap_alloc reply_cap_alloc
Reply capability allocator.
Documentation of the L4 Runtime Environment utility functionality in C++.