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.
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>>
Definition at line 958 of file sorted_vector_types.h.
Referenced by folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::operator<(), folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::operator==(), and folly::sorted_vector_map< Key, Value, Compare, Allocator, GrowthPolicy, Container >::swap().