•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Search Results
make_svector.h File Reference
#include <boost/container/small_vector.hpp>
#include <functional>
#include "mpqc/util/meta/get_type.h"
#include "mpqc/util/meta/predicates.h"
Include dependency graph for make_svector.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::utility | |
Functions | |
template<typename... Args> | |
constexpr boost::container::small_vector< meta::first_type_t< Args... >, sizeof...(Args)> mpqc::utility::make_svector (Args... args) | |
template<typename... Args> | |
constexpr boost::container::small_vector< std::reference_wrapper< meta::first_type_t< Args... > >, sizeof...(Args)> mpqc::utility::make_svector_of_refs (Args &... args) | |