1
0
Fork 0
arangodb/3rdParty/boost/1.61.0/libs/parameter/test/literate/required-parameters0.cpp

10 lines
132 B
C++

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