|  | L4Re Operating System Framework
    Interface and Usage Documentation | 
Mark an argument as in-out argument. More...
#include <ipc_types>
Mark an argument as in-out argument.
| T | The 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.