libzypp  14.48.5
TypeTraits.h File Reference
#include <type_traits>
Include dependency graph for TypeTraits.h:

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