Records
Concepts
template <typename T> HasDriverType requires { typename T::DriverType; }
Defined at line 95 of file ../../sdk/lib/driver/testing/cpp/internal/internals.h
template <typename T> HasEnvironmentType requires { typename T::EnvironmentType; } && std::is_base_of_v<fdf_testing::Environment, typename T::EnvironmentType> && !std::is_abstract_v<typename T::EnvironmentType> && std::is_default_constructible_v<typename T::EnvironmentType>
Defined at line 98 of file ../../sdk/lib/driver/testing/cpp/internal/internals.h
template <typename T> HasGetDriverRegistration requires { { T::GetDriverRegistration }; }
Defined at line 105 of file ../../sdk/lib/driver/testing/cpp/internal/internals.h