Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
keyword.hpp File Reference
#include <boost/parameter/aux_/unwrap_cv_reference.hpp>
#include <boost/parameter/aux_/tag.hpp>
#include <boost/parameter/aux_/default.hpp>
Include dependency graph for keyword.hpp:

Classes

struct  boost::parameter::keyword< Tag >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::parameter
 

Macros

#define BOOST_PARAMETER_KEYWORD(tag_namespace, name)
 

Macro Definition Documentation

#define BOOST_PARAMETER_KEYWORD (   tag_namespace,
  name 
)
Value:
namespace tag_namespace \
{ \
struct name \
{ \
static char const* keyword_name() \
{ \
return #name; \
} \
}; \
} \
namespace \
{ \
}
const int name
Definition: gzip.hpp:94
Definition: keyword.hpp:31