folly::Ignore

A type that is implicitly constructible from and assignable by anything.

Synopsis

Declared in <folly/Traits.h>

struct Ignore;

Member Functions

NameDescription
Ignore [constructor]Constructors
operator= Assigns from any value, discarding it.

Non-Member Functions

NameDescription
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<.