Gromacs  2019.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Static Public Attributes
gmx::OpenClTraits< cl_program > Struct Template Reference

#include <gromacs/gpu_utils/oclraii.h>

+ Inheritance diagram for gmx::OpenClTraits< cl_program >:
+ Collaboration diagram for gmx::OpenClTraits< cl_program >:

Description

template<>
struct gmx::OpenClTraits< cl_program >

Implements traits for cl_program.

Static Public Attributes

static constexpr ReleaserType releaser = clReleaseProgram
 Function that will release a handle of this type.
 

Additional Inherited Members

- Public Types inherited from gmx::OpenClTraitsBase< cl_program >
using ReleaserType = cl_int(*)(cl_program)
 Type of the function that will release a handle of this type.
 

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