Struct logger::EraseDurationTrees¶
-
struct
EraseDurationTrees
: public boost::static_visitor<>¶ Depth-first search and erase all DurationTrees. Not thread-safe.
Public Functions
-
void
operator()
(DurationTreeMap::const_iterator const &itr) const¶
-
void
operator()
(DurationTree const &duration_tree) const¶
-
void