TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
vector.hpp File Reference
#include "../clef.hpp"
#include <utility>
#include <vector>

Detailed Description

Provides automatic assignment for std::vector.

Definition in file vector.hpp.

Go to the source code of this file.

Functions

template<typename T , typename F >
void nda::clef::clef_auto_assign_subscript (std::vector< T > &v, F f)
 Overload of clef_auto_assign_subscript function for std::vector.