Searched refs:BufferSuffix (Results 1 – 1 of 1) sorted by relevance
135 constexpr size_t BufferSuffix = 30; // detect buffer overruns (specific value isn't important) in test_common_to_chars() local137 array<char, BufferPrefix + Space + BufferSuffix> buff; in test_common_to_chars()144 static_assert(ExtraChars + 10 < BufferSuffix, in test_common_to_chars()