X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fparameter.hh;fp=senf%2FUtils%2Fparameter.hh;h=0200cda879af0d26feb3c2cbedbb0e54efd33c65;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=37287fbe6afb13666ad6184d9c62c28cfd74eab8;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/parameter.hh b/senf/Utils/parameter.hh index 37287fb..0200cda 100644 --- a/senf/Utils/parameter.hh +++ b/senf/Utils/parameter.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -24,7 +24,7 @@ \brief parameter public header */ /** \defgroup boost_parameter Boost.Parameter utilities - + Here we define some utilities for the Boost.Parameter library. @@ -47,7 +47,7 @@ namespace senf { ///\{ /** \brief Test \a ArgumentPack, whether the \a TagType argument was supplied - + This check will test, whether the argument identified by the \a TagType keyword tag type was specified in the \a ArgumentPack. This inherits from \c boost::mpl::true_ or \c boost::mpl::false_ accordingly. @@ -57,7 +57,7 @@ namespace senf { */ template struct has_parameter - : public boost::mpl::not_< + : public boost::mpl::not_< boost::is_same< typename boost::parameter::binding< ArgumentPack, TagType, void>::type, void > >::type {};