Minetest  5.4.0
Optional.h File Reference
#include "debug.h"
+ Include dependency graph for Optional.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nullopt_t
 
class  Optional< T >
 An implementation of optional for C++11, which aims to be compatible with a subset of std::optional features. More...
 

Variables

constexpr nullopt_t nullopt {}
 

Variable Documentation

◆ nullopt