Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Data Structures | |
struct | return_type_helper |
struct | return_type_helper< void, Types... > |
Typedefs | |
template<class D , class... Types> | |
using | return_type = std::array< typename return_type_helper< D, Types... >::type, sizeof...(Types)> |
using std::experimental::details::return_type = typedef std::array<typename return_type_helper<D, Types...>::type, sizeof...(Types)> |