|
||||
File indexing completed on 2025-01-18 09:28:26
0001 // Boost string_algo library string_regex.hpp header file ---------------------------// 0002 0003 // Copyright Pavol Droba 2002-2004. 0004 // 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 0009 // See http://www.boost.org/ for updates, documentation, and revision history. 0010 0011 #ifndef BOOST_STRING_ALGO_REGEX_HPP 0012 #define BOOST_STRING_ALGO_REGEX_HPP 0013 0014 /*! \file 0015 Cumulative include for string_algo library. 0016 In addition to string.hpp contains also regex-related stuff. 0017 */ 0018 0019 #include <boost/regex.hpp> 0020 #include <boost/algorithm/string.hpp> 0021 #include <boost/algorithm/string/regex.hpp> 0022 0023 #endif // BOOST_STRING_ALGO_REGEX_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |