class Placecard {
public:
    typedef Placecard* iter;
    // ...
};

Example 2: typedef in a class.

Back to Article