MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / do_read

Function do_read

src/serializers/HdfSerializer.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135 template <typename T>
136 void do_read(H5::Attribute& attr, T& val) {
137 attr.read(h5_datatype_for_cpp<T>(), &val);
138 }
139
140 template <>
141 void do_read(H5::Attribute& attr, std::string& val) {

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected