Template Struct is_mutation¶
Defined in File type_traits.hpp
Inheritance Relationships¶
Base Type¶
public std::integral_constant< bool, std::is_base_of< fwdpp::mutation_base, T >::value >
Struct Documentation¶
-
template<typename
T>
structis_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.