proxygen
folly::Histogram< T >::CountFromBucket Struct Reference

#include <Histogram.h>

Public Member Functions

uint64_t operator() (const Bucket &bucket) const
 

Detailed Description

template<typename T>
struct folly::Histogram< T >::CountFromBucket

Definition at line 451 of file Histogram.h.

Member Function Documentation

template<typename T>
uint64_t folly::Histogram< T >::CountFromBucket::operator() ( const Bucket bucket) const
inline

Definition at line 452 of file Histogram.h.

References folly::detail::Bucket< T >::count.

452  {
453  return bucket.count;
454  }

The documentation for this struct was generated from the following file: