MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SwigPySequence_ArrowProxy

Class SwigPySequence_ArrowProxy

swig/python/export_wrap.cpp:4617–4623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4615
4616 template <class T>
4617 struct SwigPySequence_ArrowProxy
4618 {
4619 SwigPySequence_ArrowProxy(const T& x): m_value(x) {}
4620 const T* operator->() const { return &m_value; }
4621 operator const T*() const { return &m_value; }
4622 T m_value;
4623 };
4624
4625 template <class T, class Reference >
4626 struct SwigPySequence_InputIterator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected