MCPcopy Create free account
hub / github.com/boostorg/parser / attr_reset

Method attr_reset

include/boost/parser/parser.hpp:2966–2966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2964 struct attr_reset
2965 {
2966 attr_reset(T & x) : x_(std::addressof(x)) {}
2967 attr_reset(attr_reset const &) = delete;
2968 attr_reset(attr_reset &&) = delete;
2969 attr_reset & operator=(attr_reset const &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected