CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <jsonParser.hh>
Helper struct for constructing objects that need additional data.
is equivalent to:
This struct can be specialized to create new jsonMake<T>::make_from_json as needed.
Definition at line 564 of file jsonParser.hh.
Static Public Member Functions | |
static std::unique_ptr< ValueType > | make_from_json (const jsonParser &json) |
Default make_from_json is equivalent to. More... | |
|
inlinestatic |
Default make_from_json is equivalent to.
Definition at line 567 of file jsonParser.hh.