Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename B, typename D>
class GeoStd::IsBaseOf

Equivalent of std::is_base_of (c++11) Returns true if B is a public base class of D.

Variables

NameDescription
const bool Value = sizeof(test<B>(P())) == sizeof(yes)

The result.