MCPcopy Create free account
hub / github.com/apache/trafficserver / set

Method set

lib/yamlcpp/src/setting.h:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56template <typename T>
57inline std::unique_ptr<SettingChangeBase> Setting<T>::set(const T& value) {
58 std::unique_ptr<SettingChangeBase> pChange(new SettingChange<T>(this));
59 m_value = value;
60 return pChange;
61}
62
63class SettingChanges {
64 public:

Callers 2

_SetMethod · 0.45
ex_Lexicon.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected