|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::callable_traits |
| namespace | 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 &&) | |
| #define BOOST_CLBL_TRTS_SET_FUNCTION_QUALIFIERS | ( | QUAL | ) |
Definition at line 14 of file set_function_qualifiers.hpp.
1.9.8