12 # if defined __has_include && __has_include(<optional>) 13 # define CVB_HAS_STDOPTIONAL 17 #ifdef CVB_HAS_STDOPTIONAL 26 using std::make_optional;
27 inline constexpr std::nullopt_t nullopt = std::nullopt;
28 inline constexpr std::in_place_t in_place = std::in_place;
33 # include "optional.hpp" 37 using Shims::bad_optional_access;
38 using Shims::optional;
39 using Shims::nullopt_t;
40 using Shims::make_optional;
41 static constexpr Shims::nullopt_t nullopt{};
42 static constexpr Shims::in_place_t in_place{};
Root namespace for the Image Manager interface.
Definition: version.hpp:11