senf::has_parameter< ArgumentPack, TagType > Struct Template Reference
[Boost.Parameter utilities]

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

#include <senf/Utils/parameter.hh>


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:
ArgumentPack  argument pack to check
TagType  keyword tag type identifying the argument to check

Definition at line 59 of file parameter.hh.


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