poly_regular.hpp
Go to the documentation of this file.
9 /*************************************************************************************************/
22 /*************************************************************************************************/
30 /*************************************************************************************************/
41 /*************************************************************************************************/
72 { return this->type_info() == x.type_info() && this->get() == *static_cast<const T*>(x.cast()); }
76 /*************************************************************************************************/
107 /*************************************************************************************************/
111 /*************************************************************************************************/
115 /*************************************************************************************************/
119 /*************************************************************************************************/
|