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:22
Enumerators
Name | Value | Comment |
---|---|---|
None | 1 |