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

PrevUpHomeNext

Struct template compiler_traits

boost::xpressive::compiler_traits

Synopsis

// In header: <boost/xpressive/xpressive_fwd.hpp>

template<typename RegexTraits> 
struct compiler_traits {
};

PrevUpHomeNext