DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
CppUtils::Meta::is_container_adapter< T, typename > Struct Template Reference

#include <isContainerAdapter.hpp>

Inheritance diagram for CppUtils::Meta::is_container_adapter< T, typename >:

Detailed Description

template<typename T, typename = std::void_t<>>
struct CppUtils::Meta::is_container_adapter< T, typename >

A type trait to determine whether or not the supplied container is a container adapter.

Template Parameters
(unnamed)- A placeholder parameter for the container we are checking
(unnamed)- A placeholder parameter that serves as our default state (i.e. false)

The documentation for this struct was generated from the following file: