Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::policies::static_rtti::fn::is_polymorphic
arrow_upward

boost::openmethod::policies::static_rtti::fn::is_polymorphic

Always evaluates to false.

Synopsis

Declared in <boost/openmethod/policies/static_rtti.hpp>

template<class Class>
inline constexpr static
bool is_polymorphic = false;

Template Parameters

Name Description

Class

A class.

Created with MrDocs