Commit 6315171
committed
Add tuple application utility and size retrieval in fast_io_dsal
- Introduced `apply` function to facilitate the application of a callable to elements of a tuple.
- Added `tuple_size` function to retrieve the size of a `fast_io::containers::tuple`.
- Implemented helper functions in the `details` namespace for improved code organization and clarity.1 parent 0e8e82d commit 6315171
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
185 | 211 | | |
186 | 212 | | |
187 | 213 | | |
| |||
0 commit comments