mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
@ -34,6 +34,16 @@ namespace boost { namespace fusion
|
|||||||
{
|
{
|
||||||
template <typename First, typename Last>
|
template <typename First, typename Last>
|
||||||
struct iterator_range;
|
struct iterator_range;
|
||||||
|
|
||||||
|
namespace result_of
|
||||||
|
{
|
||||||
|
template <typename Sequence, typename T>
|
||||||
|
struct push_back;
|
||||||
|
}
|
||||||
|
|
||||||
|
template <typename Sequence, typename T>
|
||||||
|
typename result_of::push_back<Sequence const, T>::type
|
||||||
|
push_back(Sequence const& seq, T const& x);
|
||||||
}}
|
}}
|
||||||
|
|
||||||
namespace boost { namespace fusion { namespace detail
|
namespace boost { namespace fusion { namespace detail
|
||||||
|
Reference in New Issue
Block a user