#include <dict.hpp>
Public Types | |
| using | pre_dict = typename slicing_key_impl< dict_t_, 0, 0, e_index >::type::impl::template append_key_impl< e_ >::type |
| using | post_dict = typename slicing_key_impl< dict_t_, 0, e_index+1, dict_t_::arg_size >::type |
| using | type = typename pre_dict::impl::template merge_dict_impl< post_dict >::type |
| using gpu::xetla::dict_t< Args >::impl::replace_key_impl< dict_t_, e_, e_index >::post_dict = typename slicing_key_impl<dict_t_, 0, e_index + 1, dict_t_::arg_size>::type |
| using gpu::xetla::dict_t< Args >::impl::replace_key_impl< dict_t_, e_, e_index >::pre_dict = typename slicing_key_impl<dict_t_, 0, 0, e_index>::type::impl::template append_key_impl<e_>::type |
| using gpu::xetla::dict_t< Args >::impl::replace_key_impl< dict_t_, e_, e_index >::type = typename pre_dict::impl::template merge_dict_impl< post_dict>::type |