Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ Table
Method
Table
cpp/dolfinx/common/Table.h:44–44 ·
view source on GitHub ↗
Copy constructor
Source
from the content-addressed store, hash-verified
42
43
/// Copy constructor
44
Table(const Table& table) = default;
45
46
/// Move constructor
47
Table(Table&& table) = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected