![]() |
|
|||
File indexing completed on 2025-02-22 09:55:55
0001 // Boost string_algo library std_containers_traits.hpp header file ---------------------------// 0002 0003 // Copyright Pavol Droba 2002-2003. 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_STD_CONTAINERS_TRAITS_HPP 0012 #define BOOST_STRING_STD_CONTAINERS_TRAITS_HPP 0013 0014 /*!\file 0015 This file includes sequence traits for stl containers. 0016 */ 0017 0018 #include <boost/config.hpp> 0019 #include <boost/algorithm/string/std/string_traits.hpp> 0020 #include <boost/algorithm/string/std/list_traits.hpp> 0021 0022 #ifdef BOOST_HAS_SLIST 0023 # include <boost/algorithm/string/std/slist_traits.hpp> 0024 #endif 0025 0026 #endif // BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |