Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/containers/views/span.cons/
Dstdarray.pass.cpp72 constexpr bool testConstructorArray() { in testConstructorArray() function
95 static_assert(testConstructorArray<T, T>(), ""); in testConstructors()
96 static_assert(testConstructorArray<const T, const T>(), ""); in testConstructors()
97 static_assert(testConstructorArray<const T, T>(), ""); in testConstructors()
102 return testConstructorArray<T, T>() && in testConstructors()
103 testConstructorArray<const T, const T>() && in testConstructors()
104 testConstructorArray<const T, T>() && in testConstructors()