Convertible to any default‐constructible type, yielding a default‐initialized value on conversion.

Synopsis

Declared in <folly/Utility.h>

struct unsafe_default_initialized_cv;

Member Functions

Name

Description

operator T

Converts to a default‐initialized value of the target type.

Created with MrDocs