Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::range_detail::regex_holder< T, U, V > Struct Template Reference

#include <tokenized.hpp>

Collaboration diagram for boost::range_detail::regex_holder< T, U, V >:

Public Member Functions

 regex_holder (const T &rex, const U &subm, V flag)
 

Public Attributes

T re
 
sub
 
f
 

Constructor & Destructor Documentation

template<class T, class U, class V>
boost::range_detail::regex_holder< T, U, V >::regex_holder ( const T rex,
const U &  subm,
flag 
)
inline

Member Data Documentation

template<class T, class U, class V>
V boost::range_detail::regex_holder< T, U, V >::f
template<class T, class U, class V>
T boost::range_detail::regex_holder< T, U, V >::re
template<class T, class U, class V>
U boost::range_detail::regex_holder< T, U, V >::sub

The documentation for this struct was generated from the following file: