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::at_impl Struct Reference

#include <container.hpp>

Classes

struct  result
 
struct  result< This(C &, Index)>
 
struct  result< This(C const &, Index)>
 

Public Member Functions

template<typename C , typename Index >
result< at_impl(C &, Index
const &)>::type 
operator() (C &c, Index const &i) const
 
template<typename C , typename Index >
result< at_impl(C const
&, Index const &)>::type 
operator() (C const &c, Index const &i) const
 

Member Function Documentation

template<typename C , typename Index >
result<at_impl(C&, Index const&)>::type boost::phoenix::stl::at_impl::operator() ( C &  c,
Index const &  i 
) const
inline
template<typename C , typename Index >
result<at_impl(C const&, Index const&)>::type boost::phoenix::stl::at_impl::operator() ( C const &  c,
Index const &  i 
) const
inline

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