Sobes.tech
Junior — Senior

Creating a custom type trait similar to std::is_same

livecode

Task condition

Implement a typical template that determines whether two given types are the same, fully replicating the behavior of the standard std::is_same. The class should provide a static boolean value 'value', which is true if the types match, and false otherwise.