#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) |
Definition at line 142 of file tuple.hh.
| static void mln::accu::internal::tuplehelper< n, T >::init | ( | typename T::intern & | a | ) | [inline, static] |
| static void mln::accu::internal::tuplehelper< n, T >::take | ( | typename T::intern & | a, | |
| const typename T::intern & | other | |||
| ) | [inline, static] |
Definition at line 162 of file tuple.hh.
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] |
Definition at line 156 of file tuple.hh.
Referenced by 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] |
| static void mln::accu::internal::tuplehelper< n, T >::to_result | ( | const typename T::intern & | a, | |
| typename T::result & | res | |||
| ) | [inline, static] |
1.5.6