Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/views/mdspan/extents/
H A Dctor_from_array.pass.cpp52 struct implicit_construction { struct
54 implicit_construction(E) : value(true) {} in implicit_construction() argument
56 implicit_construction(T) : value(false) {} in implicit_construction() argument
H A Dctor_from_span.pass.cpp53 struct implicit_construction { struct
55 implicit_construction(E) : value(true) {} in implicit_construction() argument
57 implicit_construction(T) : value(false) {} in implicit_construction() argument