Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Macro BOOST_YAP_USER_LITERAL_PLACEHOLDER_OPERATOR

BOOST_YAP_USER_LITERAL_PLACEHOLDER_OPERATOR

Synopsis

// In header: <boost/yap/user_macros.hpp>

BOOST_YAP_USER_LITERAL_PLACEHOLDER_OPERATOR(expr_template)

Description

Defines user defined literal template that creates literal placeholders instantiated from the expr_template expression template. It is recommended that you put this in its own namespace.

Parameters:

expr_template

The expression template to use to instantiate the result expression. expr_template must be an ExpressionTemplate.


PrevUpHomeNext