Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dstdarray.pass.cpp89 constexpr bool testConstructors() { in testConstructors() function
109 assert(testConstructors<int>()); in main()
110 assert(testConstructors<long>()); in main()
111 assert(testConstructors<double>()); in main()
112 assert(testConstructors<A>()); in main()
114 assert(testConstructors<int*>()); in main()
115 assert(testConstructors<const int*>()); in main()