BOSS 6.6.4.p03
BESIII Offline Software System
|
Out of bounds exception when trying to read beyond existing buffers. More...
Go to the source code of this file.
Classes | |
class | eformat::OutOfBoundsIssue |
Namespaces | |
namespace | eformat |
Macros | |
#define | EFORMAT_OUT_OF_BOUNDS(size, pos) eformat::OutOfBoundsIssue(ERS_HERE, ers::error, size, pos) |
Out of bounds exception when trying to read beyond existing buffers.
Definition in file OutOfBoundsIssue.h.
#define EFORMAT_OUT_OF_BOUNDS | ( | size, | |
pos | |||
) | eformat::OutOfBoundsIssue(ERS_HERE, ers::error, size, pos) |
Simplifies the use of this Issue
size | The current buffer size |
pos | The requested position |
Definition at line 66 of file OutOfBoundsIssue.h.