79446798

Date: 2025-02-17 23:16:39
Score: 2
Natty:
Report link

Structured binding won't work with std::tuple and a template parameter pack

You need to specialize std::tuple and implement tuple_size and tuple_element

Examples here: Direct initialization fails with class derived from std::tuple, while it works for std::pair

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JF4