DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
isUnorderedAssociativeContainer.hpp File Reference

Go to the source code of this file.

Classes

struct  CppUtils::Meta::is_unordered_associative_container< typename, typename >
 
struct  CppUtils::Meta::is_unordered_associative_container< T, std::void_t< typename T::key_type, typename T::value_type, typename T::hasher, typename T::key_equal, typename T::local_iterator, typename T::const_local_iterator > >
 

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Meta
 

Variables

template<typename T>
constexpr bool CppUtils::Meta::is_unordered_associative_container_v = is_unordered_associative_container<T>::value
 Convenience variable template for ease-of-use.