|
numerics
|
Lightweight read-only range over a contiguous int array (C++17-safe span). More...
#include <cell_list.hpp>
Public Member Functions | |
| const int * | begin () const noexcept |
| const int * | end () const noexcept |
| int | size () const noexcept |
| bool | empty () const noexcept |
Public Attributes | |
| const int * | first |
| const int * | last |
Lightweight read-only range over a contiguous int array (C++17-safe span).
Definition at line 59 of file cell_list.hpp.
Definition at line 62 of file cell_list.hpp.
References first.
|
inlinenoexcept |
Definition at line 65 of file cell_list.hpp.
Definition at line 63 of file cell_list.hpp.
References last.
|
inlinenoexcept |
Definition at line 64 of file cell_list.hpp.
Definition at line 60 of file cell_list.hpp.
Definition at line 61 of file cell_list.hpp.