|
libzypp
15.3.0
|
#include <type_traits>
Go to the source code of this file.
Classes | |
| struct | zypp::_detail::_has_type_const_iterator< _Tp > |
| struct | zypp::_detail::_has_container_begin_end< _Tp > |
| struct | zypp::has_type_const_iterator< _Tp > |
| Whether _Tp defines type _Tp::const_iterator. More... | |
| struct | zypp::has_container_begin_end< _Tp > |
Whether _Tp defines methods _Tp::const_iterator begin/end() const More... | |
| struct | zypp::is_container< _Tp > |
| Whether _Tp is a container (begin/end iterabel, but not plain std::string) More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::_detail | |