#include "flecsi/util/array_ref.hh"
#include <algorithm>
#include <ostream>
Go to the source code of this file.
|
#define | define_as(member) |
|
◆ define_as
#define define_as |
( |
|
member | ) |
|
Value:template<typename T> \
std::vector<T> member##_as() const { \
std::vector<T> asvec(member.begin(), member.end()); \
return asvec; \
}
◆ operator<<() [1/2]
std::ostream& flecsi::util::operator<< |
( |
std::ostream & |
stream, |
|
|
const crs & |
crs |
|
) |
| |
|
inline |
Helper function to print a crs instance.
◆ operator<<() [2/2]
std::ostream& flecsi::util::operator<< |
( |
std::ostream & |
stream, |
|
|
const dcrs & |
dcrs |
|
) |
| |
|
inline |
Helper function to print a dcrs instance.