Create std::formatter for template class for std::print support
I have a struct defined inside of a template class and I would like to create a std::formatter for that struct to be able to print that struct instances by using std::print.
I have a struct defined inside of a template class and I would like to create a std::formatter for that struct to be able to print that struct instances by using std::print.