MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / SourceLineInfo

Method SourceLineInfo

extras/tests/catch/catch.hpp:504–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 struct SourceLineInfo {
503
504 SourceLineInfo() = delete;
505 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
506 : file( _file ),
507 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected