stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
Public Types | Friends | List of all members
stdex::getter< _Type, _Class > Struct Template Reference

Helper template to allow access to internal std C++ private members. More...

#include <stdex/internal.hpp>

Public Types

typedef _Type _Class::* type
 

Friends

type get (getter< _Type, _Class >)
 

Detailed Description

template<typename _Type, typename _Class>
struct stdex::getter< _Type, _Class >

Helper template to allow access to internal std C++ private members.

See also
http://bloglitb.blogspot.com/2011/12/access-to-private-members-safer.html

The documentation for this struct was generated from the following file: