Searched refs:AlignofResult (Results 1 – 1 of 1) sorted by relevance
21 const unsigned AlignofResult = TEST_ALIGNOF(T); in test_alignment_of() local22 static_assert( AlignofResult == A, "Golden value does not match result of alignof keyword"); in test_alignment_of()23 static_assert( std::alignment_of<T>::value == AlignofResult, ""); in test_alignment_of()