CVB++ 14.0
utilities.hpp
1#pragma once
2
8#include "../namespace.hpp"
9
10namespace Cvb
11{
12
13CVB_BEGIN_INLINE_NS
14
15namespace Shims
16{
17
24{
25};
26
28static constexpr in_place_t in_place{};
29
30}
31
32CVB_END_INLINE_NS
33
34} // namespace Cvb
static constexpr in_place_t in_place
Tag to indicate an Optional to in-place construct a value.
Definition: utilities.hpp:28
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24
Disambiguation tags that can be passed to the constructors of optional() to indicate that the contain...
Definition: utilities.hpp:24