llarp::AssignPtr
Assigns a value from a bare pointer to a fixzed size container. More...
#include <aligned.hpp>
Public Functions
| Name | |
|---|---|
| Container_t & | operator=(const byte_t * ptr) |
Public Attributes
| Name | |
|---|---|
| Container_t & | ref |
Detailed Description
template <typename Container_t >
struct llarp::AssignPtr;
Assigns a value from a bare pointer to a fixzed size container.
Public Functions Documentation
function operator=
inline Container_t & operator=(
const byte_t * ptr
)
Public Attributes Documentation
variable ref
Container_t & ref;
Updated on 2026-04-01 at 23:35:39 +0000