Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ PtrWrapper
Method
PtrWrapper
include/cereal/types/memory.hpp:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
struct PtrWrapper
46
{
47
PtrWrapper(T && p) : ptr(std::forward<T>(p)) {}
48
T & ptr;
49
50
PtrWrapper( PtrWrapper const & ) = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected