MapLibre Native Core
|
#include <nonstd/expected.hpp>
Go to the source code of this file.
Namespaces | |
mbgl | |
Typedefs | |
template<class T , class E > | |
using | mbgl::expected = nonstd::expected< T, E > |
template<class E > | |
using | mbgl::unexpected = nonstd::unexpected_type< E > |