MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / Setting

Method Setting

src/indicators.hpp:1102–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100 template <typename... Args,
1101 typename = typename std::enable_if<std::is_constructible<T, Args...>::value>::type>
1102 explicit Setting(Args &&... args) : value(std::forward<Args>(args)...) {}
1103 Setting(const Setting &) = default;
1104 Setting(Setting &&) = default;
1105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected