| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected