#include <tuple.hh>
Static Public Member Functions | |
| static void | init (typename T::intern &a) |
| static void | take (typename T::intern &a, const typename T::intern &other) |
| static void | take (typename T::intern &a, const typename T::argument &argument) |
| static void | take_as_init_ (typename T::intern &a, const typename T::argument &argument) |
| static void | to_result (const typename T::intern &a, typename T::result &res) |
| static void mln::accu::internal::tuplehelper< n, T >::init | ( | typename T::intern & | a | ) | [inline, static] |
Referenced by mln::accu::tuple< A, n, >::init().
| static void mln::accu::internal::tuplehelper< n, T >::take | ( | typename T::intern & | a, | |
| const typename T::intern & | other | |||
| ) | [inline, static] |
References mln::accu::internal::tuplehelper< n, T >::take().
| static void mln::accu::internal::tuplehelper< n, T >::take | ( | typename T::intern & | a, | |
| const typename T::argument & | argument | |||
| ) | [inline, static] |
Referenced by mln::accu::tuple< A, n, >::take(), and mln::accu::internal::tuplehelper< n, T >::take().
| static void mln::accu::internal::tuplehelper< n, T >::take_as_init_ | ( | typename T::intern & | a, | |
| const typename T::argument & | argument | |||
| ) | [inline, static] |
Referenced by mln::accu::tuple< A, n, >::take_as_init_().
| static void mln::accu::internal::tuplehelper< n, T >::to_result | ( | const typename T::intern & | a, | |
| typename T::result & | res | |||
| ) | [inline, static] |
Referenced by mln::accu::tuple< A, n, >::to_result().
1.7.1