Searched defs:createImplicitSpan (Results 1 – 3 of 3) sorted by relevance
22 std::span<T, Extent> createImplicitSpan(T* first, T* last) { createImplicitSpan() function
24 std::span<T, extent> createImplicitSpan(T* ptr, std::size_t len) { in createImplicitSpan() function
27 std::span<T, extent> createImplicitSpan(std::span<T, otherExtent> s) { in createImplicitSpan() function