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 an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Class impl_dec

boost::log::attributes::counter::impl_dec

Synopsis

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



class impl_dec : public counter< T >::impl {
public:
  // construct/copy/destruct
  explicit impl_dec(value_type);

  // public member functions
  attribute_value get_value();
};

Description

impl_dec public construct/copy/destruct

  1. explicit impl_dec(value_type initial);

    Initializing constructor

impl_dec public member functions

  1. attribute_value get_value();

PrevUpHomeNext