boost::openmethod::policies::RttiFn::is_polymorphic
Tests if a class is polymorphic.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
template<class Class>
inline constexpr static
bool is_polymorphic = std::is_polymorphic_v<Class>;
Template Parameters
Name |
Description |
Class |
A class. |
Created with MrDocs