MapLibre Native Core
expected.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <nonstd/expected.hpp>
4
5
namespace
mbgl
{
6
7
template
<
class
T,
class
E>
8
using
expected
= nonstd::expected<T, E>;
9
10
template
<
class
E>
11
using
unexpected
= nonstd::unexpected_type<E>;
12
13
}
// namespace mbgl
mbgl
Definition:
actor.hpp:15
mbgl::expected
nonstd::expected< T, E > expected
Definition:
expected.hpp:8
mbgl::unexpected
nonstd::unexpected_type< E > unexpected
Definition:
expected.hpp:11
include
mbgl
util
expected.hpp
MapLibre website
|
GitHub repository