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

Method update_reference

3rd/popl/include/popl.hpp:738–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736
737template<class T>
738inline void Value<T>::update_reference()
739{
740 if (this->assign_to_)
741 {
742 if (this->is_set() || default_)
743 *this->assign_to_ = value();
744 }
745}
746
747
748template<class T>

Callers

nothing calls this directly

Calls 2

is_setMethod · 0.95
valueFunction · 0.50

Tested by

no test coverage detected