PrevUpHomeNext

Type definition null_symbol_resolver

null_symbol_resolver

Synopsis

// In header: <boost/call_stack/symbol.hpp>


typedef unspecified null_symbol_resolver;

Description

Plain symbol info. No memory allocation permitted when resolving the symbol, hence, typically, not much information made available; typically, no symbol information. Might be useful for tracking down issues in a memory-tight situation.


PrevUpHomeNext