Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ value
Method
value
test/BOOST_LEAF_ASSIGN_test.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
int x;
25
26
explicit value( int x_ ): x(x_) { };
27
28
#ifndef BOOST_LEAF_NO_CXX11_REF_QUALIFIERS
29
value( value const & ) = delete;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected