|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
Functions | |
| template<typename... Elements, typename NewElement, std::size_t... Indices> | |
| constexpr auto | push_back_impl (const std::tuple< Elements... > &tuple, NewElement newElement, std::index_sequence< Indices... >) |
| template<typename... Elements, typename NewElement, std::size_t... Indices> | |
| constexpr auto | push_front_impl (const std::tuple< Elements... > &tuple, NewElement newElement, std::index_sequence< Indices... >) |
|
constexpr |
Referenced by CppUtils::Meta::push_back().
|
constexpr |
Referenced by CppUtils::Meta::push_front().