L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
L4::Ipc::Msg::Elem< Array_ref< A, LEN > & > Struct Template Reference

Array_ref as output argument. More...

#include <ipc_array>

Collaboration diagram for L4::Ipc::Msg::Elem< Array_ref< A, LEN > & >:

Public Types

using arg_type = Array_ref<A, LEN> &
 Array_ref<> at the interface.
using svr_type = Array_ref<L4::Types::Remove_const_t<A>, LEN>
 Array_ref<> as server storage.
using svr_arg_type = svr_type &
 Array_ref<> & as server argument.

Detailed Description

template<typename A, typename LEN>
struct L4::Ipc::Msg::Elem< Array_ref< A, LEN > & >

Array_ref as output argument.

Definition at line 183 of file ipc_array.


The documentation for this struct was generated from the following file: