std::as_const is a C++17 utility that simplifies const-casting, specifically the safe variant of adding a const qualifier.
Notably, this utility is more ergonomic in generic contexts than the standard const_cast.
Compiler Explorer link: https://compiler-explorer.com/z/sP5MeEP6b