![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/include/boost/callable_traits/detail/unguarded/ |
Upload File : |
/* Copyright (c) 2016 Barrett Adair Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) HEADER GUARDS INTENTIONALLY OMITTED DO NOT INCLUDE THIS HEADER DIRECTLY */ template<typename Return, typename T, typename... Args> struct set_member_function_qualifiers_t< flag_map<int BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS>::value, false, // IsTransactionSafe false, // IsNoexcept BOOST_CLBL_TRTS_CC_TAG, T, Return, Args...> { using type = Return(BOOST_CLBL_TRTS_CC T::*)(Args...) BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS; }; template<typename Return, typename T, typename... Args> struct set_member_function_qualifiers_t< flag_map<int BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS>::value, false, true, BOOST_CLBL_TRTS_CC_TAG, T, Return, Args...> { using type = Return(BOOST_CLBL_TRTS_CC T::*)(Args...) BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS BOOST_CLBL_TRTS_NOEXCEPT_SPECIFIER; }; template<typename Return, typename T, typename... Args> struct set_member_function_qualifiers_t< flag_map<int BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS>::value, true, false, BOOST_CLBL_TRTS_CC_TAG, T, Return, Args...> { using type = Return(BOOST_CLBL_TRTS_CC T::*)(Args...) BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS BOOST_CLBL_TRTS_TRANSACTION_SAFE_SPECIFIER; }; template<typename Return, typename T, typename... Args> struct set_member_function_qualifiers_t< flag_map<int BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS>::value, true, true, BOOST_CLBL_TRTS_CC_TAG, T, Return, Args...> { using type = Return(BOOST_CLBL_TRTS_CC T::*)(Args...) BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS BOOST_CLBL_TRTS_TRANSACTION_SAFE_SPECIFIER BOOST_CLBL_TRTS_NOEXCEPT_SPECIFIER; }; #define BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE #define BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE std::false_type #include <boost/callable_traits/detail/unguarded/pmf_3.hpp> #undef BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE #undef BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE #ifdef BOOST_CLBL_TRTS_ENABLE_TRANSACTION_SAFE #define BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE std::true_type #define BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE transaction_safe #include <boost/callable_traits/detail/unguarded/pmf_3.hpp> #undef BOOST_CLBL_TRTS_INCLUDE_TRANSACTION_SAFE #undef BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE #endif