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

Method fail

example/file.hpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 long size_ = 0;
21
22 void
23 fail(boost::system::error_code& ec)
24 {
25 ec.assign( errno, boost::system::generic_category() );
26 }
27
28public:
29 ~file()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected