OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Attributes
google::protobuf::hash< pair< First, Second > > Struct Template Reference

#include <hash.h>

List of all members.

Public Member Functions

size_t operator() (const pair< First, Second > &key) const
size_t operator() (const pair< First, Second > &a, const pair< First, Second > &b) const

Static Public Attributes

static const size_t bucket_size = 4
static const size_t min_buckets = 8

template<typename First, typename Second>
struct google::protobuf::hash< pair< First, Second > >


Member Function Documentation

template<typename First , typename Second >
size_t google::protobuf::hash< pair< First, Second > >::operator() ( const pair< First, Second > &  key) const
template<typename First , typename Second >
size_t google::protobuf::hash< pair< First, Second > >::operator() ( const pair< First, Second > &  a,
const pair< First, Second > &  b 
) const

Member Data Documentation

template<typename First , typename Second >
const size_t google::protobuf::hash< pair< First, Second > >::bucket_size = 4 [static]
template<typename First , typename Second >
const size_t google::protobuf::hash< pair< First, Second > >::min_buckets = 8 [static]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines