DynaMix  1.3.7
A new take on polymorphism in C++
dynamix::bad_mutation_source Class Reference

#include <exception.hpp>

Detailed Description

Thrown when an attempt is made to mutate an object whose type doesn't correspond to the expected source type of the mutation (the one to mutate from).

The most likely cause is when using a same_type_mutator on objects that are not of the same type


The documentation for this class was generated from the following file: