stdmaketuple3
Stdmaketuple3 is a function found in some C++ standard library implementations, though it is not officially part of the C++ standard. Its primary purpose is to create a `std::tuple` object containing exactly three elements. The function typically takes three arguments, each representing an element of the tuple, and returns a `std::tuple` constructed from these arguments.
The existence and behavior of `std::maketuple3` are implementation-defined. This means that different C++ compilers or standard
Because it is not a standard feature, relying on `std::maketuple3` can lead to code that is not