proxygen
folly::poly::INullablePointer Struct Reference

#include <Nullable.h>

Inheritance diagram for folly::poly::INullablePointer:
folly::PolyExtends< IEqualityComparable >

Classes

struct  Interface
 

Additional Inherited Members

- Public Types inherited from folly::PolyExtends< IEqualityComparable >
using Subsumptions = detail::TypeList< I... >
 
using Members = PolyMembers<>
 

Detailed Description

A Poly interface that can be used to make Poly objects initializable from nullptr (to create an empty Poly) and equality comparable to nullptr (to test for emptiness).

Definition at line 29 of file Nullable.h.


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