MCPcopy Create free account
hub / github.com/boostorg/json / hasLocation

Method hasLocation

test/pointer.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class pointer_test
18{
19 bool
20 hasLocation(system::error_code const& ec)
21 {
22 return ec.has_location();
23 }
24
25 bool
26 hasLocation(std::error_code const&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected