DryChem
1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
basicAlgorithms.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: basicAlgorithms.hpp
5
// Author: crdrisko
6
// Date: 01/07/2021-10:01:07
7
// Description: A collection of all the basic algorithms that act on compile-time lists
8
9
#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_ALGORITHMS_BASICALGORITHMS_HPP
10
#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_META_ALGORITHMS_BASICALGORITHMS_HPP
11
12
#include "
basicAlgorithms/frontList.hpp
"
13
#include "
basicAlgorithms/isEmptyList.hpp
"
14
#include "
basicAlgorithms/popFrontList.hpp
"
15
#include "
basicAlgorithms/pushBackList.hpp
"
16
#include "
basicAlgorithms/pushFrontList.hpp
"
17
18
#endif
frontList.hpp
isEmptyList.hpp
popFrontList.hpp
pushBackList.hpp
pushFrontList.hpp
common-utilities
include
common-utils
meta
algorithms
basicAlgorithms.hpp
Generated on Thu Feb 13 2025 11:55:13 for DryChem by
1.13.2