BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
OutOfBoundsIssue.h File Reference
#include "eformat/Issue.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::OutOfBoundsIssue

Namespaces

namespace  eformat

Macros

#define EFORMAT_OUT_OF_BOUNDS(size, pos)

Macro Definition Documentation

◆ EFORMAT_OUT_OF_BOUNDS

#define EFORMAT_OUT_OF_BOUNDS ( size,
pos )
Value:

Simplifies the use of this Issue

Parameters
sizeThe current buffer size
posThe requested position

Definition at line 64 of file Event/eformat/include/eformat/OutOfBoundsIssue.h.

64#define EFORMAT_OUT_OF_BOUNDS( size, pos ) \
65 eformat::OutOfBoundsIssue( ERS_HERE, ers::error, size, pos )

Referenced by eformat::PagedMemory< TMAXPAGES >::const_iterator::at().