as Based on the provided text, the article appears to be a C++ code snippet that defines a custom type `as` and an overloaded `operator->*`. This code enables a syntax for type casting, allowing expressions like `value ->* as()` to perform a static cast to type `T`, using a combination of a struct, a macro, and operator overloading. as.hpp This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters include