Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
BOOST_PHOENIX_ADAPT_FUNCTION
Description

BOOST_PHOENIX_ADAPT_FUNCTION is a macro that can be used to generate all the necessary boilerplate to make an arbitrary function a lazy function.

Synopsis
BOOST_PHOENIX_ADAPT_FUNCTION(
    RETURN_TYPE
  , LAZY_FUNCTION_NAME
  , FUNCTION_NAME
  , FUNCTION_ARITY
)
Semantics
Header
#include <boost/phoenix/function/adapt_function.hpp>
Example

PrevUpHomeNext