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

Method get_value

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

Source from the content-addressed store, hash-verified

158 typedef Source internal_type;
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected