| FEAT 3
    Finite Element Analysis Toolbox | 
Scalar Cubature Driver-Factory class template. More...
#include <driver_factory.hpp>
Scalar Cubature Driver-Factory class template.
This template acts as a wrapper around a scalar cubature driver to implement the scalar cubature factory interface.
| Driver_ | The scalar cubature driver class to be used. | 
| Shape_ | The shape for the cubature driver. | 
| variadic_ | Specifies whether the driver is variadic. This template parameter is chosen automatically based on the driver's variadicmember and shall therefore not be specified explicitly. | 
Definition at line 47 of file driver_factory.hpp.