MCPcopy Create free account
hub / github.com/RenderKit/oidn / ParseState

Method ParseState

external/catch.hpp:9038–9041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9036 public:
9037
9038 ParseState( ParseResultType type, TokenStream const &remainingTokens )
9039 : m_type(type),
9040 m_remainingTokens( remainingTokens )
9041 {}
9042
9043 auto type() const -> ParseResultType { return m_type; }
9044 auto remainingTokens() const -> TokenStream { return m_remainingTokens; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected