VMware GemFire Native C++ Reference  9.1
apache::geode::client::TypeHelper::SuperSubclass< TBase, TDerived > Struct Template Reference

This struct helps us determine whether or not a class is a subclass of another at compile time, so that it can be used in templates. More...

Detailed Description

template<typename TBase, typename TDerived>
struct apache::geode::client::TypeHelper::SuperSubclass< TBase, TDerived >

This struct helps us determine whether or not a class is a subclass of another at compile time, so that it can be used in templates.

For an explanation of how this works see: http://groups.google.com/group/comp.lang.c++.moderated/msg/dd6c4e4d5160bd83 http://groups.google.com/group/comp.lang.c++.moderated/msg/645b2486ae80e5fb


Pivotal GemFire C++ Cache API Documentation