PrevUpHomeNext

Struct throw_logic_error

boost::text::throw_logic_error

Synopsis

// In header: <boost/text/transcode_iterator.hpp>


struct throw_logic_error {

  // public member functions
  uint32_t operator()(char const *) const;
};

Description

An error handler type that can be used with the converting iterators; throws std::logic_error on errors.

throw_logic_error public member functions

  1. uint32_t operator()(char const * msg) const;

PrevUpHomeNext