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

Function name_impl

include/boost/stacktrace/detail/unwind_base_impls.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32typedef to_string_impl_base<to_string_using_nothing> to_string_impl;
33
34inline std::string name_impl(const void* /*addr*/) {
35 return std::string();
36}
37
38} // namespace detail
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected