NeKernel dev
Loading...
Searching...
No Matches
Kernel::DDK Namespace Reference

Classes

class  IDriverBase

Concepts

concept  IsValidDriver
 This concept requires the Driver to be IDriverBase compliant.

Functions

template<IsValidDriver T>
consteval void ce_ddk_is_valid (T)
 Consteval helper to detect whether a template is truly based on IDriverBase.

Variables

constexpr auto kInvalidType = 0

Detailed Description

Author
Amlal El Mahrouss

Function Documentation

◆ ce_ddk_is_valid()

template<IsValidDriver T>
void Kernel::DDK::ce_ddk_is_valid ( T )
consteval

Consteval helper to detect whether a template is truly based on IDriverBase.

Note
This helper is consteval only.

Variable Documentation

◆ kInvalidType

auto Kernel::DDK::kInvalidType = 0
constexpr