forked from boostorg/unordered
editorial
This commit is contained in:
@ -720,8 +720,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@ -588,8 +588,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@ -660,8 +660,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@ -480,8 +480,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@ -755,8 +755,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@ -569,8 +569,7 @@ namespace boost {
|
|||||||
|
|
||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
Reference in New Issue
Block a user