PrevUpHomeNext

Struct use_replacement_character

boost::text::use_replacement_character

Synopsis

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


struct use_replacement_character {

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

Description

An error handler type that can be used with the converting iterators; provides the Unicode replacement character on errors.

use_replacement_character public member functions

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

PrevUpHomeNext