|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
constexprnoexcept |
Round len up to the next 4-byte boundary.
Used by OSC and any other protocol requiring 4-byte field alignment. Example: padded_size(5) == 8, padded_size(4) == 4.
Definition at line 17 of file BinaryBuffer.hpp.
Referenced by read_blob(), read_string(), write_blob(), and write_string().
Here is the caller graph for this function: