L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
L4::Ipc::As_value< T > Struct Template Reference

Pass the argument as plain data value. More...

#include <ipc_types>

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

Detailed Description

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

Pass the argument as plain data value.

Template Parameters
TThe type of the original argument.

As_value<T> is used when T would be otherwise interpreted specially, for example as flexpage. When using As_value<> then the argument is transmitted as plain data element.

Definition at line 116 of file ipc_types.


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