libzypp  15.28.6
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