AppLayerLabs / bdk-cpp

MIT License
7 stars 12 forks source link

SafeTuple support #80 #81

Closed jcarraror closed 8 months ago

jcarraror commented 11 months ago

This PR implements the SafeContainer for std::tuple. It implements all the base std::tuple member functions and non-member functions as well, based on the implementation description on https://cplusplus.com/reference/tuple/tuple/