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

Class to_string_impl_base

include/boost/stacktrace/detail/addr2line_impls.hpp:206–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204};
205
206template <class Base> class to_string_impl_base;
207typedef to_string_impl_base<to_string_using_addr2line> to_string_impl;
208
209inline std::string name(const void* addr, bool position_independent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected