MCPcopy Create free account
hub / github.com/boostorg/stacktrace / helper

Enum helper

include/boost/stacktrace/safe_dump_to.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 using native_frame_ptr_t = const void*;
39 enum helper{ max_frames_dump = 128 };
40
41 BOOST_STACKTRACE_FUNCTION std::size_t from_dump(const char* filename, native_frame_ptr_t* out_frames);
42 BOOST_STACKTRACE_FUNCTION std::size_t dump(const char* file, const native_frame_ptr_t* frames, std::size_t frames_count) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected