Learn/C++/C++ Advanced/Concepts & Constrained APIs/Checkpoint: Concepts/Hashable GauntletHashable GauntletChallenge on lesson: Checkpoint: ConceptsInstructionsCodeOutputImplement Hashable (std::hash works on a **const** T, result convertible to std::size_t), constrained hashOf returning the real hash, and a fallback returning 0.Difficulty: advancedSubmitPress Submit to check your solution.Back to lesson: Checkpoint: Concepts