Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct pred_ia5

boost::asn1::pred_ia5 — IA5 string type predicate.

Synopsis

struct pred_ia5 {

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

Description

pred_ia5 public member functions

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

PrevUpHomeNext