mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 04:27:30 +02:00
Update sequence.qbk
This commit is contained in:
@ -713,11 +713,11 @@ Returns the M-th element from the beginning of the sequence.
|
|||||||
[heading Synopsis]
|
[heading Synopsis]
|
||||||
|
|
||||||
template <typename M, typename Sequence>
|
template <typename M, typename Sequence>
|
||||||
typename __result_of_at__<Sequence, N>::type
|
typename __result_of_at__<Sequence, M>::type
|
||||||
at(Sequence& seq);
|
at(Sequence& seq);
|
||||||
|
|
||||||
template <typename M, typename Sequence>
|
template <typename M, typename Sequence>
|
||||||
typename __result_of_at__<Sequence const, N>::type
|
typename __result_of_at__<Sequence const, M>::type
|
||||||
at(Sequence const& seq);
|
at(Sequence const& seq);
|
||||||
|
|
||||||
[heading Parameters]
|
[heading Parameters]
|
||||||
|
Reference in New Issue
Block a user