enum class NoneType

Description

A simple null object to allow implicit construction of Optional <T > and similar types without having to spell out the specialization's name.

Declared at: llvm/include/llvm/ADT/None.h:23

Enumerators

NameValueComment
None1