DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
select.hpp File Reference
#include <cstddef>
#include <tuple>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Meta
 

Functions

template<typename... Elements, std::size_t... Indices>
constexpr auto CppUtils::Meta::select (const std::tuple< Elements... > &tuple, std::index_sequence< Indices... >)