proxygen
folly::detail::growth_policy_wrapper< void > Struct Template Reference

#include <sorted_vector_types.h>

Inheritance diagram for folly::detail::growth_policy_wrapper< void >:
folly::sorted_vector_set< folly::RequestData * >

Public Member Functions

template<class Container , class Iterator >
Iterator increase_capacity (Container &, Iterator it)
 

Detailed Description

template<>
struct folly::detail::growth_policy_wrapper< void >

Definition at line 108 of file sorted_vector_types.h.

Member Function Documentation

template<class Container , class Iterator >
Iterator folly::detail::growth_policy_wrapper< void >::increase_capacity ( Container &  ,
Iterator  it 
)
inline

Definition at line 110 of file sorted_vector_types.h.

110  {
111  return it;
112  }

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