The documentation promises the following will work:
std::bitset<32> foo = std::bitset<32>(12345678); channel << IOFormatMemSep::all << foo << IOCtrl::endl; /* OUTPUT: 4e 61 bc 00 */
This feature is missing from Channel 2.0. It either needs to be implemented in the code (preferred) or dropped from the docs.