Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
BOOST_PHOENIX_ADAPT_CALLABLE_NULLARY
Description

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

Synopsis
BOOST_PHOENIX_ADAPT_CALLABLE_NULLARY(
    LAZY_FUNCTION_NAME
  , FUNCTION_NAME
)
Semantics
Header
#include <boost/phoenix/function/adapt_callable.hpp>
Example

PrevUpHomeNext