Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ accept
Method
accept
extern/boost/boost/bind/storage.hpp:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {}
81
82
template<class V> void accept(V & v) const
83
{
84
inherited::accept(v);
85
BOOST_BIND_VISIT_EACH(v, a2_, 0);
86
}
87
88
A2 a2_;
89
};
Callers
nothing calls this directly
Calls
1
accept
Function · 0.70
Tested by
no test coverage detected