Inner struct providing a pointer and a length.
A constexpr
constructor is given (not shown in documentation).
Definition at line 27 of file boxing/placeholder.inl.
Public Field Index: | |
void * | P1 |
The first pointer. | |
void * | P2 |
The second pointer. | |
Public Method Index: | |
constexpr | PointerPairMutable (void *p1) |
constexpr | PointerPairMutable (void *p1, void *p2) |
void* alib::boxing::detail::PointerPairMutable::P1 |
The first pointer.
Definition at line 29 of file boxing/placeholder.inl.
void* alib::boxing::detail::PointerPairMutable::P2 |
The second pointer.
Definition at line 30 of file boxing/placeholder.inl.
|
inlineconstexpr |
Constructor allowing constexpr
initialization.
p1 | The pointer to store. |
Definition at line 34 of file boxing/placeholder.inl.
|
inlineconstexpr |
Constructor allowing constexpr
initialization.
p1 | The first value to store. |
p2 | The second pointer to store. |
Definition at line 39 of file boxing/placeholder.inl.