tuplet icon indicating copy to clipboard operation
tuplet copied to clipboard

A fast, simple tuple implementation that implements tuple as an aggregate

Results 5 tuplet issues
Sort by recently updated
recently updated
newest added

Thanks for this awesome one header project! Hope that this project is still alive :-) I was trying to find a solution for a problem that wasn't described in this...

__type_pack_element [source](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100157) I don't know if you already use this, but I wanted to share it

Hi, I find this library when looking for a trivially copyable tuple implementation in my CUDA code. According to the CUDA C Programming Guide https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#global-function-argument-processing the argument passed to a...

I tried to use tuplet::tuple as a optional drop-in replacement for std::tuple to check if it reduces compilation times for my use case. But compilation failed. I reproduced it on...

I trying to use `tl::expected`'s operator= and it failed. The expected use SFINAE(std::is_assignable) in operator= to determine if is unexpected error or expected value. However, the concept for tuplet::tuple is...