aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/Tuples.h
AgeCommit message (Collapse)Author
2025-02-23Core/Utils: Added map key/value utility projections for std::ranges algorithmsShauren
2022-02-03Core/Util: Added new utilitiesShauren
* Trinity::new_from_tuple - same as std::make_from_tuple except allocates object using "new" * Trinity::is_tuple - detects whether given type is a tuple specialization * advstd::type_identity - C++20 std::type_identity (cherry picked from commit 7c08fc863ac45f2d41b18103b0132004a4c0c524)
2021-12-23Core/PacketIO: Add a validating string helper class for use in packet classesShauren
(cherry picked from commit f2f47f774f3d9c5da1a38b5f20cbfe59c2ff66af)