senf::has_parameter< ArgumentPack, TagType > Struct Template Reference

Test ArgumentPack, whether the TagType argument was supplied. More...

#include <senf/Utils/parameter.hh>

Inheritance diagram for senf::has_parameter< ArgumentPack, TagType >:

Detailed Description

template<class ArgumentPack, class TagType>
struct senf::has_parameter< ArgumentPack, TagType >

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.

Template Parameters
ArgumentPackargument pack to check
TagTypekeyword tag type identifying the argument to check

Definition at line 50 of file parameter.hh.


The documentation for this struct was generated from the following file: