Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ g
Function
g
test/_compile-fail-result_3.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include <vector>
10
11
boost::leaf::result<std::size_t> g() {
12
return 42;
13
}
14
15
boost::leaf::result<std::vector<std::string>> f() {
16
return g(); // vector constructor is explicit
Callers
1
f
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected