Convertible to any default-constructible type, yielding a default-initialized value on conversion.
Declared in <folly/Utility.h>
struct unsafe_default_initialized_cv;
| Name | Description |
|---|---|
operator T | Converts to a default-initialized value of the target type. |