CVB++ 15.0
utilities.hpp
1#pragma once
2
7
8#include "../namespace.hpp"
9
10namespace Cvb
11{
12
13 CVB_BEGIN_INLINE_NS
14
15 namespace Shims
16 {
17
24 {
25 };
26
28 static constexpr in_place_t in_place{};
29
30 } // namespace Shims
31
32 CVB_END_INLINE_NS
33
34} // namespace Cvb
Namespace to for standard types that are not available in C++14.
Definition variant_helper.hpp:20
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_bayer_to_rgb.h:17
Disambiguation tags that can be passed to the constructors of optional() to indicate that the contain...
Definition utilities.hpp:24