MCPcopy Create free account
hub / github.com/KLayout/klayout / config_set

Function config_set

src/laybasic/laybasic/layPlugin.h:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 */
604 template <class T>
605 void config_set (const std::string &name, const T &value)
606 {
607 config_set (name, tl::to_string (value));
608 }
609
610 /**
611 * @brief Set a certain configuration parameter with a given type using a custom string converter

Callers 1

config_setMethod · 0.85

Calls 2

to_stringFunction · 0.50
to_stringMethod · 0.45

Tested by

no test coverage detected