Test ArgumentPack, whether the TagType argument was supplied. More...
#include <senf/Utils/parameter.hh>
Test ArgumentPack, whether the TagType argument was supplied.
This check will test, whether the argument identified by the TagType keyword tag type was specified in the ArgumentPack. This inherits from boost::mpl::true_
or boost::mpl::false_
accordingly.
ArgumentPack | argument pack to check |
TagType | keyword tag type identifying the argument to check |
Definition at line 50 of file parameter.hh.