boost/libs/parameter/test/literate/required-parameters0.cpp
2018-01-12 21:47:58 +01:00

10 lines
132 B
C++

#include <boost/parameter.hpp>
BOOST_PARAMETER_NAME(graph)
BOOST_PARAMETER_FUNCTION((void), f, tag,
(required (graph, *) )
) {}