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

#include <keyword.hpp>

Public Member Functions

template<class T >
aux::tag< Tag, T >::type const operator= (T &x) const
 
template<class Default >
aux::default_< Tag, Default > operator| (Default &default_) const
 
template<class Default >
aux::lazy_default< Tag, Default > operator|| (Default &default_) const
 
template<class T >
aux::tag< Tag, T const >
::type const 
operator= (T const &x) const
 
template<class Default >
aux::default_< Tag, const Default > operator| (const Default &default_) const
 
template<class Default >
aux::lazy_default< Tag, Default > operator|| (Default const &default_) const
 

Static Public Member Functions

static keyword< Tag > & get ()
 

Static Public Attributes

static keyword< Tag > const instance = {}
 

Member Function Documentation

template<class Tag>
template<class T >
aux::tag<Tag, T>::type const boost::parameter::keyword< Tag >::operator= ( T x) const
inline

References boost::detail::type.

template<class Tag>
template<class T >
aux::tag<Tag, T const>::type const boost::parameter::keyword< Tag >::operator= ( T const &  x) const
inline

References boost::detail::type.

template<class Tag>
template<class Default >
aux::default_<Tag, Default> boost::parameter::keyword< Tag >::operator| ( Default &  default_) const
inline
template<class Tag>
template<class Default >
aux::default_<Tag, const Default> boost::parameter::keyword< Tag >::operator| ( const Default &  default_) const
inline
template<class Tag>
template<class Default >
aux::lazy_default<Tag, Default> boost::parameter::keyword< Tag >::operator|| ( Default &  default_) const
inline
template<class Tag>
template<class Default >
aux::lazy_default<Tag, Default> boost::parameter::keyword< Tag >::operator|| ( Default const &  default_) const
inline

Member Data Documentation

template<class Tag>
keyword< Tag > const boost::parameter::keyword< Tag >::instance = {}
static

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