Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template has_fold_case

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

Synopsis

template<typename Traits> 
struct has_fold_case {
};

PrevUpHomeNext