Boost.OpenMethod

    • Motivation
    • Basic Features
      • Methods and Overriders
      • Performance
      • Smart Pointers
      • Header and Implementation Files
      • Namespaces
      • Friends
      • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::trace::from_env
arrow_upward

boost::openmethod::trace::from_env

Returns a trace object with on set to true if the environment variable BOOST_OPENMETHOD_TRACE is set to the string "1", and false otherwise.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

static
trace
from_env();

Created with MrDocs