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< typename, typename > Struct Template Reference

#include <isContainer.hpp>

Inheritance diagram for CppUtils::Meta::is_container< typename, typename >:

Detailed Description

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

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

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: