Struct handling the size, alignment and number of flows per set. More...
#include <cvb/driver/flow_set_pool.hpp>
Public Member Functions | |
FlowInfo (size_t size, size_t alignment) | |
Construct a flow. More... | |
bool | operator== (const FlowInfo &other) const noexcept |
Compares to an other flow set info. More... | |
bool | operator!= (const FlowInfo &other) const noexcept |
Compares to an other flow set info. More... | |
Public Attributes | |
size_t | Size = 0 |
Flow size in bytes. | |
size_t | Alignment = 0 |
Flow alignment in bytes. | |
Struct handling the size, alignment and number of flows per set.
|
inline |
|
inlinenoexcept |
Compares to an other flow set info.
[in] | other | Other flow set info. |
Does | not throw any exception. |
|
inlinenoexcept |
Compares to an other flow set info.
[in] | other | Other flow set info. |
Does | not throw any exception. |