![]() |
Home | Libraries | People | FAQ | More |
BOOST_STACKTRACK_VAL_OF — create a dynamic information entry
#include <boost/stacktrack/annotation.hpp> BOOST_STACKTRACK_VAL_OF(var)
This is simply a convienient shorthand for BOOST_STACKTRACK_NAMED_VAL( var, var )
Parameters
Notes:
see :BOOST_STACKTRACK_NAMED_VAL()
Notes:
warning :This will only work with "simple" variable names, i.e. an unquallified identifier. Anything which is not simply "[a-zA-Z0-9_]+" is likely to cause problems, and would probably work much better using BOOST_STACKTRACK_NAMED_VAL directly
| Copyright © 2005 James Fowler |