|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Typedefs | |
| template<typename T > | |
| using | container_value_t = typename container_value_type< std::decay_t< T > >::type |
| template<typename Container > | |
| using | iterator_wrapper_t = typename IteratorWrapperSelector< Container >::type |
Variables | |
| template<typename T > | |
| constexpr bool | is_supported_container_v |
| using Aleph::uni_zip_detail::container_value_t = typedef typename container_value_type<std::decay_t<T> >::type |
Definition at line 135 of file ah-zip-utils.H.
| using Aleph::uni_zip_detail::iterator_wrapper_t = typedef typename IteratorWrapperSelector<Container>::type |
Definition at line 207 of file ah-zip-utils.H.