Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
template<class T>
738
inline 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
748
template<class T>
Callers
nothing calls this directly
Calls
2
is_set
Method · 0.95
value
Function · 0.50
Tested by
no test coverage detected