MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / put_value

Method put_value

src/Config.cpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 typedef boost::filesystem::path external_type;
160 inline boost::optional<external_type> get_value(const internal_type &v) const { return external_type(v); }
161 inline boost::optional<internal_type> put_value(const external_type &v) const { return v.string<Source>(); }
162};
163constexpr path_translator<config_tree::data_type> config_tree_path_translator;
164

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected