proxygen
|
#include <Nullable.h>
Classes | |
struct | Interface |
Additional Inherited Members | |
Public Types inherited from folly::PolyExtends<> | |
using | Subsumptions = detail::TypeList< I... > |
using | Members = PolyMembers<> |
A Poly
interface that can be used to make Poly
objects contextually convertible to bool
(true
if and only if non-empty). It also gives Poly
objects a unary logical negation operator.
Definition at line 78 of file Nullable.h.