You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server_base metafunction type serves as a means for choosing which implementation base
the server will be deriving from. The SFINAE technique is used to enable the appropriate
implementation of the type depending on the tag dispatch mechanism being utilized throughout
the implementation.
0 commit comments