Ginkgo  Generated from pipelines/1068515030 branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Static Public Member Functions | List of all members
gko::EnableCreateMethod< ConcreteType > Class Template Reference

This mixin implements a static create() method on ConcreteType that dynamically allocates the memory, uses the passed-in arguments to construct the object, and returns an std::unique_ptr to such an object. More...

#include <ginkgo/core/base/polymorphic_object.hpp>

Inheritance diagram for gko::EnableCreateMethod< ConcreteType >:
[legend]

Static Public Member Functions

template<typename... Args>
static std::unique_ptr< ConcreteType > create (Args &&... args)
 

Detailed Description

template<typename ConcreteType>
class gko::EnableCreateMethod< ConcreteType >

This mixin implements a static create() method on ConcreteType that dynamically allocates the memory, uses the passed-in arguments to construct the object, and returns an std::unique_ptr to such an object.

Template Parameters
ConcreteObjectthe concrete type for which create() is being implemented [CRTP parameter]

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