proxygen
pair< T, U > Struct Template Reference

#include <Traits.h>

Detailed Description

template<class T, class U>
struct pair< T, U >

Instantiate FOLLY_ASSUME_FBVECTOR_COMPATIBLE for a few types. It is safe to assume that pair is compatible if both of its components are. Furthermore, all STL containers can be assumed to comply, although that is not guaranteed by the standard.

Definition at line 577 of file Traits.h.


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