required-parameters0.cpp 138 B

1234567891011
  1. #include <boost/parameter.hpp>
  2. BOOST_PARAMETER_NAME(graph)
  3. BOOST_PARAMETER_FUNCTION(
  4. (void), f, tag, (required (graph, *) )
  5. )
  6. {
  7. }