OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
gpu::cuda_exception_t Struct Reference

Detailed Description

Definition at line 5 of file gpu_types.hpp.

+ Inheritance diagram for gpu::cuda_exception_t:

Public Member Functions

 cuda_exception_t (cudaError_t result_)
 
virtual const char * what () const noexcept
 

Data Fields

cudaError_t result
 

Constructor & Destructor Documentation

◆ cuda_exception_t()

gpu::cuda_exception_t::cuda_exception_t ( cudaError_t  result_)
inline

Definition at line 8 of file gpu_types.hpp.

Member Function Documentation

◆ what()

virtual const char * gpu::cuda_exception_t::what ( ) const
inlinevirtualnoexcept

Definition at line 9 of file gpu_types.hpp.

Field Documentation

◆ result

cudaError_t gpu::cuda_exception_t::result

Definition at line 6 of file gpu_types.hpp.


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