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
// https://www.cppstories.com/2016/02/notes-on-c-sfinae/#improved-code -> "This could be the end if we don’t care about the return type of the method. But in this version, we check this by inheriting from std::is_same."