MCPcopy Create free account
hub / github.com/LUX-Core/lux / StreamState

Method StreamState

src/cryptopp/validate.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120{
121public:
122 StreamState(std::ostream& out)
123 : m_out(out), m_fmt(out.flags()), m_prec(out.precision())
124 {
125 }
126
127 ~StreamState()
128 {

Callers

nothing calls this directly

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected