Celeritas  0.5.0-56+6b053cd
Functions
ArrayIO.json.hh File Reference
#include <nlohmann/json.hpp>
#include "corecel/Assert.hh"
#include "Array.hh"
This graph shows which files directly or indirectly include this file:

Functions

template<class T , size_type N>
void celeritas::from_json (nlohmann::json const &j, Array< T, N > &value)
 Read an array from a JSON file.
 
template<class T , size_type N>
void celeritas::to_json (nlohmann::json &j, Array< T, N > const &value)
 Write an array to a JSON file.