|
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_IX_SEQ(...) ::boost::callable_traits::detail::index_sequence<__VA_ARGS__> |
| #define | BOOST_CLBL_TRTS_MAKE_IX_SEQ(...) ::boost::callable_traits::detail::make_index_sequence<__VA_ARGS__> |
Typedefs | |
| template<std::size_t... I> | |
| using | boost::callable_traits::detail::make_index_sequence = typename make_index_sequence_t< I... >::type |
| #define BOOST_CLBL_TRTS_IX_SEQ | ( | ... | ) | ::boost::callable_traits::detail::index_sequence<__VA_ARGS__> |
Definition at line 12 of file make_index_sequence.hpp.
| #define BOOST_CLBL_TRTS_MAKE_IX_SEQ | ( | ... | ) | ::boost::callable_traits::detail::make_index_sequence<__VA_ARGS__> |
Definition at line 16 of file make_index_sequence.hpp.
1.9.8