DryChem
1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
meta.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: meta.hpp - Version 1.0.0
5
// Author: crdrisko
6
// Date: 01/07/2021-10:19:01
7
// Description: The public API for the Meta section of the Common-Utilities library.
8
// This header file should be included in all user programs using these utilities.
9
//
10
// Note: The internal implementation details associated with this API should not be used in any
11
// user program as they are subject to change at any time without warning.
12
13
#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_HPP
14
#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_HPP
15
16
#include "
meta/algorithms/basicAlgorithms.hpp
"
17
#include "
meta/algorithms/reverseList.hpp
"
18
#include "
meta/traits/containerTraits.hpp
"
19
#include "
meta/types/integer_sequences/integerSequenceAlgorithms.hpp
"
20
#include "
meta/types/tuples/tupleAlgorithms.hpp
"
21
23
namespace
DryChem
24
{
25
inline
namespace
CppUtils
26
{
27
inline
namespace
Meta
28
{
29
using namespace
::CppUtils::Meta;
30
}
31
}
// namespace CppUtils
32
}
// namespace DryChem
33
34
#endif
basicAlgorithms.hpp
containerTraits.hpp
integerSequenceAlgorithms.hpp
DryChem
Allow for a shorter namespace name for less using statements.
Definition
errors.hpp:23
reverseList.hpp
tupleAlgorithms.hpp
common-utilities
include
common-utils
meta.hpp
Generated on Thu Feb 13 2025 11:55:13 for DryChem by
1.13.2