MCPcopy 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
11boost::leaf::result<std::size_t> g() {
12 return 42;
13}
14
15boost::leaf::result<std::vector<std::string>> f() {
16 return g(); // vector constructor is explicit

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected