Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::stl::erase Struct Reference

#include <container.hpp>

Classes

struct  result
 
struct  result< This(C &, Arg1)>
 
struct  result< This(C &, Arg1, Arg2)>
 

Public Member Functions

template<typename C , typename Arg1 >
stl_impl::disable_if_is_void
< typename result_of::erase< C,
Arg1 >::type >::type 
operator() (C &c, Arg1 arg1) const
 
template<typename C , typename Arg1 >
stl_impl::enable_if_is_void
< typename result_of::erase< C,
Arg1 >::type >::type 
operator() (C &c, Arg1 arg1) const
 
template<typename C , typename Arg1 , typename Arg2 >
stl_impl::disable_if_is_void
< typename result_of::erase< C,
Arg1, Arg2 >::type >::type 
operator() (C &c, Arg1 arg1, Arg2 arg2) const
 
template<typename C , typename Arg1 , typename Arg2 >
stl_impl::enable_if_is_void
< typename result_of::erase< C,
Arg1, Arg2 >::type >::type 
operator() (C &c, Arg1 arg1, Arg2 arg2) const
 

Member Function Documentation

template<typename C , typename Arg1 >
stl_impl::disable_if_is_void< typename result_of::erase<C, Arg1>::type >::type boost::phoenix::stl::erase::operator() ( C &  c,
Arg1  arg1 
) const
inline
template<typename C , typename Arg1 >
stl_impl::enable_if_is_void< typename result_of::erase<C, Arg1>::type >::type boost::phoenix::stl::erase::operator() ( C &  c,
Arg1  arg1 
) const
inline
template<typename C , typename Arg1 , typename Arg2 >
stl_impl::disable_if_is_void< typename result_of::erase<C, Arg1, Arg2>::type >::type boost::phoenix::stl::erase::operator() ( C &  c,
Arg1  arg1,
Arg2  arg2 
) const
inline
template<typename C , typename Arg1 , typename Arg2 >
stl_impl::enable_if_is_void< typename result_of::erase<C, Arg1, Arg2>::type >::type boost::phoenix::stl::erase::operator() ( C &  c,
Arg1  arg1,
Arg2  arg2 
) const
inline

The documentation for this struct was generated from the following file: