Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 0da16e0695.
PrevUpHomeNext

Struct utc_time_traits

boost::log::attributes::utc_time_traits — Time traits that describes UTC time acquirement via Boost.DateTime facilities.

Synopsis

// In header: <boost/log/attributes/time_traits.hpp>


struct utc_time_traits : public basic_time_traits {

  // public static functions
  static time_type get_clock();
};

Description

utc_time_traits public static functions

  1. static time_type get_clock();

    Returns:

    Current time stamp


PrevUpHomeNext