Searched refs:testConstructorArray (Results 1 – 1 of 1) sorted by relevance
67 constexpr bool testConstructorArray() { in testConstructorArray() function90 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()