「The catch is that C++ does not consider default parameters when performing template deduction. It performs deduction only with explicitly-provided parameters.」
https://devblogs.microsoft.com/oldnewthing/20240325-00/?p=109570
原来如此(
 
 
Back to Top