BioCMAMC-ST
PreInitModel Concept Reference

Concept to check if a model type has uniform_weight More...

#include <traits.hpp>

Concept definition

template<typename T>
concept PreInitModel = ModelType<T> && requires(T model) { T::preinit(); }
Model type.
Definition traits.hpp:130
Concept to check if a model type has uniform_weight
Definition traits.hpp:177

Detailed Description

Concept to check if a model type has uniform_weight