41#ifdef PB_DS_CLASS_C_DEC
48assert_valid(
const char* __file,
int __line)
const
50 size_type calc_size = 0;
51 for (const_iterator it =
begin(); it !=
end(); ++it)
53 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
56 debug_base::check_size(calc_size, __file, __line);
_Tp * end(valarray< _Tp > &__va) noexcept
Return an iterator pointing to one past the last element of the valarray.
_Tp * begin(valarray< _Tp > &__va) noexcept
Return an iterator pointing to the first element of the valarray.