MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / Value

Method Value

3rd/popl/include/popl.hpp:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576
577template<class T>
578inline Value<T>::Value(const std::string& short_name, const std::string& long_name, const std::string& description) :
579 Option(short_name, long_name, description),
580 assign_to_(nullptr)
581{
582}
583
584
585template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected