File optional.h#
↰ Parent directory (tvm/ffi)
Runtime Optional container types.
Definition (tvm/ffi/optional.h)#
Detailed Description#
Optional<T> specializes for T is ObjectRef and used nullptr to indicate nullopt.
Includes#
optional(File optional.h)string(File string.h)tvm/ffi/error.h(File error.h)tvm/ffi/object.h(File object.h)tvm/ffi/string.h(File string.h)utility