Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::argument< I > Struct Template Reference

#include <argument.hpp>

Public Types

typedef mpl::int_< I >::value_type value_type
 

Public Member Functions

bool operator== (argument) const
 
template<int I2>
bool operator== (argument< I2 >) const
 

Static Public Attributes

static const value_type value = mpl::int_<I>::value
 

Member Typedef Documentation

template<int I>
typedef mpl::int_<I>::value_type boost::phoenix::argument< I >::value_type

Member Function Documentation

template<int I>
bool boost::phoenix::argument< I >::operator== ( argument< I >  ) const
inline
template<int I>
template<int I2>
bool boost::phoenix::argument< I >::operator== ( argument< I2 >  ) const
inline

Member Data Documentation

template<int I>
const value_type boost::phoenix::argument< I >::value = mpl::int_<I>::value
static

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