DryChem
1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
containerTraits.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020-2025 Cody R. Drisko. All rights reserved.
2
// Licensed under the MIT License. See the LICENSE file in the project root for more information.
3
//
4
// Name: containerTraits.hpp
5
// Author: crdrisko
6
// Date: 09/23/2020-07:43:03
7
// Description: A collection of all the traits relating to the classification of standard library containers
8
9
#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_TRAITS_CONTAINERTRAITS_HPP
10
#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_TRAITS_CONTAINERTRAITS_HPP
11
12
#include "
containerTraits/isAllocatorAwareContainer.hpp
"
13
#include "
containerTraits/isAssociativeContainer.hpp
"
14
#include "
containerTraits/isContainer.hpp
"
15
#include "
containerTraits/isContainerAdapter.hpp
"
16
#include "
containerTraits/isReversibleContainer.hpp
"
17
#include "
containerTraits/isSequenceContainer.hpp
"
18
#include "
containerTraits/isUnorderedAssociativeContainer.hpp
"
19
20
#endif
isAllocatorAwareContainer.hpp
isAssociativeContainer.hpp
isContainer.hpp
isContainerAdapter.hpp
isReversibleContainer.hpp
isSequenceContainer.hpp
isUnorderedAssociativeContainer.hpp
common-utilities
include
common-utils
meta
traits
containerTraits.hpp
Generated on Thu Feb 13 2025 11:55:13 for DryChem by
1.13.2