Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
std_regex.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <regex>
#include <string>
#include <boost/log/utility/functional/matches.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for std_regex.hpp:

Classes

struct  boost::aux::matching_expression_kind< std::basic_regex< CharT, ReTraitsT > >
 The metafunction detects the matching expression kind and returns a tag that is used to specialize match_traits. More...
 
struct  boost::aux::match_traits< ExpressionT, std_regex_expression_tag >
 The matching function implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::aux
 

Detailed Description

Author
Andrey Semashev
Date
19.03.2014

This header enables std::regex support for Boost.Log.