![]() |
|
|||
File indexing completed on 2025-07-03 08:28:49
0001 // Copyright (c) 2022 Klemens D. Morgenstern 0002 // 0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 #ifndef BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP 0006 #define BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP 0007 0008 #include <boost/process/v2/detail/config.hpp> 0009 0010 BOOST_PROCESS_V2_BEGIN_NAMESPACE 0011 0012 namespace detail 0013 { 0014 0015 BOOST_PROCESS_V2_DECL error_code get_last_error(); 0016 0017 } 0018 0019 BOOST_PROCESS_V2_END_NAMESPACE 0020 0021 0022 #endif //BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |