Skip to content
Snippets Groups Projects
Commit baba6118 authored by g0dil's avatar g0dil
Browse files

Further documentation updates

parent b164c53e
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,10 @@ namespace module { ...@@ -48,9 +48,10 @@ namespace module {
The \a AnnotationType template parameter defines the routing key. This annotation must The \a AnnotationType template parameter defines the routing key. This annotation must
support the following operations: support the following operations:
\li Comparison with '<' \li Comparison with '<' (\c LessThanCompatable concept)
\li Copy-construction \li Copy construction and copy assignment (\c Copyable und \c Assignable concepts)
\li Output streaming to an ostream via '<<' (e.g. via compiler synthesized copy constructor and assignment operator)
\li Output streaming to an ostream via '\c <<' (\c OutputStreamable concept)
The following annotation can be used to route the packets according to a mac address. The following annotation can be used to route the packets according to a mac address.
\code \code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment