Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ copy_ref_
Class
copy_ref_
src/toml.hpp:1507–1507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1505
1506
template <typename, typename>
1507
struct copy_ref_;
1508
template <typename Dest, typename Src>
1509
using copy_ref = typename copy_ref_<Dest, Src>::type;
1510
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected