Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct regex_traits_version_1_case_fold_tag

boost::xpressive::regex_traits_version_1_case_fold_tag — Tag used to denote that a traits class has the fold_case member function.

Synopsis

struct regex_traits_version_1_case_fold_tag
  :  : public boost::xpressive::regex_traits_version_1_tag
{
};
Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext