Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/attributes/time_traits.hpp>

Andrey Semashev

01.12.2007

The header contains implementation of time traits that are used in various parts of the library to acquire current time.

namespace boost {
  namespace log {
    namespace attributes {
      struct basic_time_traits;
      struct utc_time_traits;
      struct local_time_traits;
    }
  }
}

PrevUpHomeNext