mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-26 21:45:50 +00:00
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
[/
|
|
Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
]
|
|
|
|
[section:Body Body]
|
|
|
|
In this table:
|
|
|
|
* `X` is a type meeting the requirements of [*`Body`].
|
|
|
|
[table Body requirements
|
|
[[operation] [type] [semantics, pre/post-conditions]]
|
|
[
|
|
[`X::value_type`]
|
|
[]
|
|
[
|
|
The type of the `message::body` member.
|
|
If this is not movable or not copyable, the containing message
|
|
will be not movable or not copyable.
|
|
]
|
|
]
|
|
[
|
|
[`X:value_type{}`]
|
|
[]
|
|
[`DefaultConstructible`]
|
|
]
|
|
[
|
|
[`Body::reader`]
|
|
[]
|
|
[
|
|
If present, a type meeting the requirements of
|
|
[link beast.types.Reader [*`Reader`]].
|
|
Provides an implementation to parse the body.
|
|
]
|
|
]
|
|
[
|
|
[`Body::writer`]
|
|
[]
|
|
[
|
|
If present, a type meeting the requirements of
|
|
[link beast.types.Writer [*`Writer`]].
|
|
Provides an implementation to serialize the body.
|
|
]
|
|
]
|
|
]
|
|
|
|
[endsect]
|