Searched defs:bounded_array (Results 1 – 3 of 3) sorted by relevance
53 struct bounded_array { struct56 T data_[N];58 using iterator = bounded_ptr<T, TrappingPolicy>;62 begin() noexcept in begin()67 begin() const noexcept in begin()72 end() noexcept in end()77 end() const noexcept in end()82 size() const noexcept in size()87 length() const noexcept in length()92 data() noexcept in data()[all …]
660 bounded_array: OTHER_CXXFLAGS += -Werror=implicit-int-conversion -Werror=shorten-64-to-32 -I$(SRCRO… target661 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp target