Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:34:27

0001 //
0002 //  (C) Copyright 2010-2011 Vicente J. Botet Escriba
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 
0008 #ifndef BOOST_CHRONO_CLOCK_STRING_HPP
0009 #define BOOST_CHRONO_CLOCK_STRING_HPP
0010 
0011 #include <string>
0012 
0013 namespace boost
0014 {
0015   namespace chrono
0016   {
0017 
0018     template<class Clock, class CharT>
0019     struct clock_string;
0020 
0021   } // chrono
0022 
0023 } // boost
0024 
0025 #endif  // BOOST_CHRONO_CLOCK_STRING_HPP