#include <algorithm>
#include <functional>
#include <iomanip>
#include <iostream>
#include <json.hpp>
#include <map>
#include <quadgrid_cpp.h>
#include <string>
#include "particles_imp.h"
Go to the source code of this file.
|
using | assignment_t = std::function< double &(double &, const double &)> |
| datatype for assignment operators More...
|
|
◆ assignment_t
using assignment_t = std::function <double& (double&, const double&)> |
datatype for assignment operators
◆ to_json()
void to_json |
( |
nlohmann::json & |
j, |
|
|
const particles_t & |
p |
|
) |
| |
Adaptor to allow implicit conversion from particles_t
to json
.