Struct null_type

poet::null_type

Synopsis

struct null_type {
};

Description

poet::null_type is a default-constructible, copy-constructible, and assignable type which is sometimes passed as an argument to combiners given to the future_combining_barrier function. It is used as a placeholder for the non-existant value associated with a future<void>.