Wie kann man STD :: Pair mit Boost :: Python python aussetzen?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie kann man STD :: Pair mit Boost :: Python python aussetzen?

by Anonymous » 05 Mar 2025, 10:03

Wie kann ich std :: pair python mit Boost :: python aussetzen? Wenn ich beispielsweise vector < /code> enthülle, schreibe ich einfach: < /p>

class_("StringVec")
.def(vector_indexing_suite())
;
< /code>

Aber ich weiß nicht, wie ich mit std :: pair umgehen soll. < /p>

Top