#include <vector>
#include <list>
#include <string>
#include <iomanip>
#include <sstream>
#include <madness/world/madness_exception.h>
Go to the source code of this file.
|
| namespace | madness |
| | Namespace for all elements and tools of MADNESS.
|
| |
|
| template<typename ... Ts> |
| constexpr auto | madness::decay_types (std::tuple< Ts... > const &) -> std::tuple< std::remove_cv_t< std::remove_reference_t< Ts > >... > |
| |
| template<typename tupleT , std::size_t I> |
| constexpr std::size_t | madness::get_index_of_first_vector_argument () |
| | given a tuple return the index of the first argument that is a vector of Function<T,NDIM>
|
| |
| template<typename tupleT , std::size_t I> |
| constexpr std::size_t | madness::get_index_of_second_vector_argument () |
| | given a tuple return the index of the second argument that is a vector of Function<T,NDIM>
|
| |