ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::boxing::detail::PointerPairMutable Struct Reference

Description:

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)
 

Field Details:

◆ P1

void* alib::boxing::detail::PointerPairMutable::P1

The first pointer.

Definition at line 29 of file boxing/placeholder.inl.

◆ P2

void* alib::boxing::detail::PointerPairMutable::P2

The second pointer.

Definition at line 30 of file boxing/placeholder.inl.

Constructor(s) / Destructor Details:

◆ PointerPairMutable() [1/2]

alib::boxing::detail::PointerPairMutable::PointerPairMutable ( void * p1)
inlineconstexpr

Constructor allowing constexpr initialization.

Parameters
p1The pointer to store.

Definition at line 34 of file boxing/placeholder.inl.

◆ PointerPairMutable() [2/2]

alib::boxing::detail::PointerPairMutable::PointerPairMutable ( void * p1,
void * p2 )
inlineconstexpr

Constructor allowing constexpr initialization.

Parameters
p1The first value to store.
p2The second pointer to store.

Definition at line 39 of file boxing/placeholder.inl.


The documentation for this struct was generated from the following file: