|
|
|||
File indexing completed on 2025-12-16 09:44:26
0001 // 0002 // Copyright (c) 2023 Klemens Morgenstern (klemens.morgenstern@gmx.net) 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_COBALT_DETACHED_HPP 0009 #define BOOST_COBALT_DETACHED_HPP 0010 0011 #include <boost/cobalt/detail/detached.hpp> 0012 0013 namespace boost::cobalt 0014 { 0015 0016 struct detached 0017 { 0018 using promise_type = detail::detached_promise; 0019 }; 0020 0021 inline detached detail::detached_promise::get_return_object() { return {}; } 0022 0023 0024 } 0025 0026 0027 #endif //BOOST_COBALT_DETACHED_HPP
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|