Template Struct is_mutation

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, std::is_base_of< fwdpp::mutation_base, T >::value >

Struct Documentation

template<typename T>
struct is_mutation : public std::integral_constant<bool, std::is_base_of<fwdpp::mutation_base, T>::value>

Wraps a static constant allowing a test that T is a mutation.