![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::hex — Converts a sequence of integral types into a hexadecimal sequence of characters.
// In header: <boost/algorithm/hex.hpp> template<typename T, typename OutputIterator> boost::enable_if< boost::is_integral< T >, OutputIterator >::type hex(const T * ptr, OutputIterator out);