L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
L4::Ipc::In_out< T > Struct Template Reference

Mark an argument as in-out argument. More...

#include <ipc_types>

+ Collaboration diagram for L4::Ipc::In_out< T >:

Detailed Description

template<typename T>
struct L4::Ipc::In_out< T >

Mark an argument as in-out argument.

Template Parameters
TThe original argument type, usually a pointer or a reference.

In_out<> is used when an otherwise output-only value shall also be used as input value.

Definition at line 52 of file ipc_types.


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