13 # include <type_traits> 18 using remove_cvref = std::remove_cvref<T>;
20 using remove_cvref_t = std::remove_cvref_t<T>;
25 # include "type_traits.hpp" 30 using remove_cvref = Shims::remove_cvref<T>;
32 using remove_cvref_t = Shims::remove_cvref_t<T>;
38 # include <type_traits> 42 template <
class... Bn>
43 using conjunction = std::conjunction<Bn...>;
48 # include "type_traits.hpp" 52 template <
class... Bn>
53 using conjunction = Shims::conjunction<Bn...>;
Root namespace for the Image Manager interface.
Definition: version.hpp:11