Home
last modified time | relevance | path

Searched refs:testConstructorArray (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dstdarray.pass.cpp67 constexpr bool testConstructorArray() { in testConstructorArray() function
90 static_assert(testConstructorArray<T, T>(), ""); in testConstructors()
91 static_assert(testConstructorArray<const T, const T>(), ""); in testConstructors()
92 static_assert(testConstructorArray<const T, T>(), ""); in testConstructors()
97 return testConstructorArray<T, T>() && in testConstructors()
98 testConstructorArray<const T, const T>() && in testConstructors()
99 testConstructorArray<const T, T>() && in testConstructors()