Chris@16: Chris@16: // (C) Copyright Edward Diener 2011,2012 Chris@16: // Use, modification and distribution are subject to the Boost Software License, Chris@16: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt). Chris@16: Chris@16: #if !defined(BOOST_TTI_TEMPLATE_GEN_HPP) Chris@16: #define BOOST_TTI_TEMPLATE_GEN_HPP Chris@16: Chris@16: #include Chris@16: Chris@16: /* Chris@16: Chris@16: The succeeding comments in this file are in doxygen format. Chris@16: Chris@16: */ Chris@16: Chris@16: /** \file Chris@16: */ Chris@16: Chris@16: /// Generates the macro metafunction name for BOOST_TTI_HAS_TEMPLATE. Chris@16: /** Chris@16: name = the name of the class template. Chris@16: Chris@16: returns = the generated macro metafunction name. Chris@16: */ Chris@16: #define BOOST_TTI_HAS_TEMPLATE_GEN(name) \ Chris@16: BOOST_PP_CAT(has_template_,name) \ Chris@16: /**/ Chris@16: Chris@16: #endif // BOOST_TTI_TEMPLATE_GEN_HPP