Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct hex_decode_error

boost::algorithm::hex_decode_error — Base exception class for all hex decoding errors.

Synopsis

// In header: <boost/algorithm/hex.hpp>


struct hex_decode_error : public exception, public exception {
};

PrevUpHomeNext