proxygen
folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::EBO Struct Reference
Inheritance diagram for folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::EBO:
folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::value_compare

Public Member Functions

 EBO (const value_compare &c, const Allocator &alloc)
 
- Public Member Functions inherited from folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::value_compare
bool operator() (const value_type &a, const value_type &b) const
 

Public Attributes

Container cont_
 

Additional Inherited Members

- Protected Member Functions inherited from folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::value_compare
 value_compare (const Compare &c)
 

Detailed Description

template<class Key, class Value, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<Key, Value>>, class GrowthPolicy = void, class Container = std::vector<std::pair<Key, Value>, Allocator>>
struct folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::EBO

Definition at line 955 of file sorted_vector_types.h.

Constructor & Destructor Documentation

template<class Key, class Value, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<Key, Value>>, class GrowthPolicy = void, class Container = std::vector<std::pair<Key, Value>, Allocator>>
folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::EBO::EBO ( const value_compare c,
const Allocator &  alloc 
)
inlineexplicit

Definition at line 956 of file sorted_vector_types.h.

Member Data Documentation

template<class Key, class Value, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<Key, Value>>, class GrowthPolicy = void, class Container = std::vector<std::pair<Key, Value>, Allocator>>
Container folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::EBO::cont_

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