How to make different constructors for different template arguments? `requires` keyword doesn’t work
I am attempting to create class ServerLogic
, where constructor gets different parameters based on the template argument and processes it in different ways (in the case it passes them to endpoint
constructor)