A type that is implicitly constructible from and assignable by anything.
Declared in <folly/Traits.h>
struct Ignore;
| Name | Description |
|---|---|
Ignore [constructor] | Constructors |
operator= | Assigns from any value, discarding it. |
| Name | Description |
|---|---|
traits_detail_IsEqualityComparable::operator== | A fallback operator used to detect the absence of a real operator==. |
traits_detail_IsLessThanComparable::operator< | A fallback operator used to detect the absence of a real operator<. |