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

Class customer

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

Source from the content-addressed store, hash-verified

765//[snippet_conv_10
766
767struct customer
768{
769 std::uint64_t id;
770 std::string name;
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 ) { }
777};
778
779void tag_invoke( const value_from_tag&, value& jv, customer const& c )
780{

Callers 1

tag_invokeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected