MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetInternal

Function SetInternal

gcore/gdalalgorithm_cpp.h:1880–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878 bool m_explicitlySet = false;
1879
1880 template <class T> bool SetInternal(const T &value)
1881 {
1882 m_explicitlySet = true;
1883 *std::get<T *>(m_value) = value;
1884 return RunAllActions();
1885 }
1886
1887 bool ProcessString(std::string &value) const;
1888

Callers 1

SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected