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

Method Implicit

3rd/popl/include/popl.hpp:768–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766
767template<class T>
768inline Implicit<T>::Implicit(const std::string& short_name, const std::string& long_name, const std::string& description, const T& implicit_val, T* assign_to) :
769 Value<T>(short_name, long_name, description, implicit_val, assign_to)
770{
771}
772
773
774template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected