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