set_function_qualifiers.hpp File Reference
Namespaces | |
boost | |
boost::callable_traits | |
boost::callable_traits::detail | |
Macros | |
#define | BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS(QUAL) |
Typedefs | |
template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, typename... Ts> | |
using | boost::callable_traits::detail::set_function_qualifiers = typename set_function_qualifiers_t< Flags, IsTransactionSafe, IsNoexcept, Ts... >::type |
template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, typename... Ts> | |
using | boost::callable_traits::detail::set_varargs_function_qualifiers = typename set_varargs_function_qualifiers_t< Flags, IsTransactionSafe, IsNoexcept, Ts... >::type |
Functions | |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (const) | |
BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS & | boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (&&);BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS(const & |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (const &&) | |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (volatile &) | |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (volatile &&) | |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (const volatile &) | |
boost::callable_traits::detail::BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS (const volatile &&) | |
Macro Definition Documentation
◆ BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS
#define BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS | ( | QUAL | ) |
Definition at line 14 of file set_function_qualifiers.hpp.