namespace detail                                                            \
    {                                                                           \
        {                                                                       \
                                                                                \
            result_type                                                         \
            operator()() const                                                  \
            {                                                                   \
                return FUNC();                                                  \
            }                                                                   \
        };                                                                      \
    }                                                                           \
                                                                                \
    inline                                                                      \
    boost::phoenix::detail::expression::function_eval<                          
\ 
    NAME()                                                                      \
    {                                                                           \
        return boost::phoenix::detail::expression::                             \
                function_eval<detail:: BOOST_PP_CAT(NAME, _impl_nullary)>       
\ 
    }                                                                           \
Geometry make(Type const &c1, Type const &c2)
Construct a geometry. 
Definition: make.hpp:79
 
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24
 
adjacency_iterator typedef T::adjacency_iterator type
Definition: graph_traits.hpp:42
 
result_traits< R, F >::type result_type
Definition: bind_template.hpp:15