roadrunner  2.6.0
Fast simulator for SBML models
rr::isValidVariantType< T, ALL_T > Struct Template Reference

Generic type checking mechanism for membership of type T in variant ALL_T. More...

Detailed Description

template<typename T, typename ALL_T>
struct rr::isValidVariantType< T, ALL_T >

Generic type checking mechanism for membership of type T in variant ALL_T.

isValidVariantType<int, setting_t > truth;
ASSERT_TRUE(truth); // pass

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