Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct pred_utf8

boost::asn1::pred_utf8 — UTF8 string type predicate.

Synopsis

struct pred_utf8 {

  // public member functions
  bool operator()(const wchar_t) ;
};

Description

pred_utf8 public member functions

  1. bool operator()(const wchar_t c) ;
Copyright © 2007 Andreas Haberstroh

PrevUpHomeNext