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

Method customer

test/snippets.cpp:773–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 bool late;
772
773 customer() = default;
774
775 customer( std::uint64_t i, const std::string& n, bool l )
776 : id( i ), name( n ), late( l ) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected