Lines Matching defs:bounded_array
53 struct bounded_array { struct
56 T data_[N];
58 using iterator = bounded_ptr<T, TrappingPolicy>;
59 using const_iterator = bounded_ptr<T const, 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()
97 data() const noexcept in data()