stdOpenCLCPPSuggestions top-level property

List<FigSuggestion> stdOpenCLCPPSuggestions
final

Implementation

final List<FigSuggestion> stdOpenCLCPPSuggestions = [
  FigSuggestion(name: ['clc++', 'clc++1.0'], description: 'C++ for OpenCL 1.0'),
  FigSuggestion(name: 'clc++2021', description: 'C++ for OpenCL 2021')
];