kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
Namespaces | Functions
bytea_utils.cpp File Reference
#include <cassert>
#include "bytea_utils.hpp"

Go to the source code of this file.

Namespaces

namespace  util
 

Functions

byte_string util::to_bytestr (const std::vector< uint8_t > &bytea)
 Convert a byte array to a byte string. More...
 
std::vector< uint8_t > util::to_bytea (byte_string_view bytestr)
 Convert a byte string to a byte array. More...