libzypp 17.31.23
|
#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 | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
namespace | zypp::_detail |