Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:52:55

0001 
0002 //  (C) Copyright Edward Diener 2011,2012
0003 //  Use, modification and distribution are subject to the Boost Software License,
0004 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt).
0006 
0007 #if !defined(BOOST_TTI_NAMESPACE_GEN_HPP)
0008 #define BOOST_TTI_NAMESPACE_GEN_HPP
0009 
0010 /*
0011 
0012   The succeeding comments in this file are in doxygen format.
0013 
0014 */
0015 
0016 /** \file
0017 */
0018 
0019 /// Generates the name of the Boost TTI namespace
0020 /**
0021     returns = the generated name of the Boost TTI namespace.
0022 */
0023 #define BOOST_TTI_NAMESPACE boost::tti
0024 
0025 #endif // BOOST_TTI_NAMESPACE_GEN_HPP