Home
last modified time | relevance | path

Searched defs:MinimalElementType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DMinimalElementType.h21 constexpr MinimalElementType(const MinimalElementType&) = delete; in MinimalElementType() argument
22 constexpr explicit MinimalElementType(int v) noexcept : val(v){} argument
17 struct MinimalElementType { global() struct
19 valMinimalElementType global() argument