MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / JSONCONS_CATCH

Function JSONCONS_CATCH

test/csv/src/csv_tests.cpp:1526–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524 std::string stop_id = it->value().as<std::string>();
1525 CHECK((stop_id == "8220B007612")); //-V521
1526 } JSONCONS_CATCH (const std::exception& e) {
1527 std::cout << e.what() << '\n';
1528 }
1529}
1530/*
1531#if defined(JSONCONS_HAS_STATEFUL_ALLOCATOR) && JSONCONS_HAS_STATEFUL_ALLOCATOR == 1

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected