MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / ArrayWrapper1D

Function ArrayWrapper1D

vulkan/vulkan.hpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 VULKAN_HPP_CONSTEXPR ArrayWrapper1D() VULKAN_HPP_NOEXCEPT : std::array<T, N>() {}
87
88 VULKAN_HPP_CONSTEXPR ArrayWrapper1D( std::array<T, N> const & data ) VULKAN_HPP_NOEXCEPT : std::array<T, N>( data ) {}
89
90 template <typename B = T, typename std::enable_if<std::is_same<B, char>::value, int>::type = 0>
91 VULKAN_HPP_CONSTEXPR_14 ArrayWrapper1D( std::string const & data ) VULKAN_HPP_NOEXCEPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected