Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stdext::hash_compare< Key, Traits > Class Template Reference

#include <gnuhash.h>

Static Public Attributes

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

Detailed Description

template<class Key, class Traits = std::less< Key >>
class stdext::hash_compare< Key, Traits >

Definition at line 133 of file gnuhash.h.

Member Data Documentation

template<class Key , class Traits = std::less< Key >>
const size_t stdext::hash_compare< Key, Traits >::bucket_size = 4
static

Definition at line 136 of file gnuhash.h.

template<class Key , class Traits = std::less< Key >>
const size_t stdext::hash_compare< Key, Traits >::min_buckets = 8
static

Definition at line 137 of file gnuhash.h.


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