mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
minor presentation tweaks
[SVN r36767]
This commit is contained in:
@ -11,6 +11,7 @@ boostbook quickbook
|
||||
<xsl:param>chunk.section.depth=4
|
||||
<xsl:param>chunk.first.sections=1
|
||||
<xsl:param>toc.section.depth=3
|
||||
<xsl:param>toc.max.depth=1
|
||||
<xsl:param>toc.max.depth=3
|
||||
<xsl:param>generate.section.toc.level=1
|
||||
;
|
||||
|
||||
|
@ -116,7 +116,7 @@ Linear, exactly `__result_of_size__<Sequence>::value` applications of `f`.
|
||||
struct make_string
|
||||
{
|
||||
template<typename T, typename State>
|
||||
struct apply
|
||||
struct result
|
||||
{
|
||||
typedef std::string type;
|
||||
};
|
||||
@ -172,7 +172,7 @@ Linear, exactly `__result_of_size__<Sequence>::value` applications of `f`.
|
||||
struct make_string
|
||||
{
|
||||
template<typename T, typename State>
|
||||
struct apply
|
||||
struct result
|
||||
{
|
||||
typedef std::string type;
|
||||
};
|
||||
@ -1828,7 +1828,7 @@ Returns the result of type __transform__, given the sequence and __poly_func_obj
|
||||
|
||||
[*Return type]: A model of __forward_sequence__.
|
||||
|
||||
[*Semantics]: Returns a sequence with values `F::apply<E>::type` for each element type `E` in `Sequence`.
|
||||
[*Semantics]: Returns a sequence with values `F::result<E>::type` for each element type `E` in `Sequence`.
|
||||
|
||||
[heading Complexity]
|
||||
Constant.
|
||||
|
Reference in New Issue
Block a user