|
|
|||
File indexing completed on 2025-12-16 09:58:27
0001 // 0002 // Copyright (c) 2019-2025 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 0003 // 0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying 0005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 // 0007 0008 #ifndef BOOST_MYSQL_ERROR_CODE_HPP 0009 #define BOOST_MYSQL_ERROR_CODE_HPP 0010 0011 #include <boost/system/error_code.hpp> 0012 0013 namespace boost { 0014 namespace mysql { 0015 0016 /// An alias for boost::system error codes. 0017 using error_code = boost::system::error_code; 0018 0019 } // namespace mysql 0020 } // namespace boost 0021 0022 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|