X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fparameter.hh;h=f83c61aa056a346690da8c0b6550de0ad2fcdf3a;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=37287fbe6afb13666ad6184d9c62c28cfd74eab8;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/parameter.hh b/senf/Utils/parameter.hh index 37287fb..f83c61a 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,9 +24,9 @@ \brief parameter public header */ /** \defgroup boost_parameter Boost.Parameter utilities - + Here we define some utilities for the Boost.Parameter + href="http://www.boost.org/doc/libs/release/libs/parameter/doc/html/index.html">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 {};