Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DConvertibleToIntegral.h24 struct IntTypeNC { struct
26 constexpr IntTypeNC() = default; argument
27 constexpr IntTypeNC(int v) noexcept : val(v) {} in IntTypeNC() function