|
||||
File indexing completed on 2025-01-18 09:28:18
0001 /////////////////////////////////////////////////////////////////////////////// 0002 // external.hpp 0003 // 0004 // Copyright 2005 Eric Niebler. Distributed under the Boost 0005 // Software License, Version 1.0. (See accompanying file 0006 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0007 0008 #ifndef BOOST_ACCUMULATORS_FRAMEWORK_EXTERNAL_HPP_EAN_01_12_2005 0009 #define BOOST_ACCUMULATORS_FRAMEWORK_EXTERNAL_HPP_EAN_01_12_2005 0010 0011 #include <boost/mpl/apply.hpp> 0012 #include <boost/accumulators/framework/accumulators/external_accumulator.hpp> 0013 0014 //namespace boost { namespace accumulators 0015 //{ 0016 // 0017 ///////////////////////////////////////////////////////////////////////////////// 0018 //// external 0019 //// 0020 //template<typename Type> 0021 //struct external 0022 //{ 0023 //}; 0024 // 0025 //}} // namespace boost::accumulators 0026 0027 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |