Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ copyable
Class
copyable
include/function2/function2.hpp:169–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
// Copy enabler helper class
168
template <bool /*Copyable*/>
169
struct copyable {};
170
template <>
171
struct copyable<false> {
172
copyable() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected