rusEFI
The most advanced open source ECU
|
Data Structures | |
struct | ratio |
struct | remove_reference |
struct | remove_reference< _Ty & > |
struct | remove_reference< _Ty && > |
Typedefs | |
template<class _Ty > | |
using | remove_reference_t = typename remove_reference< _Ty >::type |
Functions | |
template<class _Ty > | |
constexpr remove_reference_t< _Ty > && | move (_Ty &&_Arg) noexcept |
using efi::remove_reference_t = typedef typename remove_reference<_Ty>::type |
|
constexprnoexcept |
Definition at line 125 of file efilib.h.
Referenced by perfTraceGetBuffer().