template<typename T>
TypeExpander union
Template parameters | |
---|---|
T | the type to expand |
Contents
Helper union to expand any type into a byte array
Constructors, destructors, conversion operators
- TypeExpander(T d)
- TypeExpander(std::initializer_list<uint8> d)
- TypeExpander()
Public variables
Function documentation
template<typename T>
bpf:: system:: TypeExpander<T>:: TypeExpander(T d)
Parameters | |
---|---|
d | the value to expand |
Constructs a TypeExpander from a value
template<typename T>
bpf:: system:: TypeExpander<T>:: TypeExpander(std::initializer_list<uint8> d)
Parameters | |
---|---|
d | the byte array to copy bytes from |
Constructs a TypeExpander from a byte array
template<typename T>
bpf:: system:: TypeExpander<T>:: TypeExpander()
Constructs an empty TypeExpander
Variable documentation
template<typename T>
T bpf:: system:: TypeExpander<T>:: Data
The value to expand