Typedefs | Functions
intel_x64::cr3 Namespace Reference

Typedefs

using value_type = uint64_t
 

Functions

auto get () noexcept
 
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void set (T val) noexcept
 

Typedef Documentation

◆ value_type

using intel_x64::cr3::value_type = typedef uint64_t

Definition at line 239 of file crs_intel_x64.h.

Function Documentation

◆ get()

auto intel_x64::cr3::get ( )
inlinenoexcept

Definition at line 241 of file crs_intel_x64.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void intel_x64::cr3::set ( val)
noexcept

Definition at line 245 of file crs_intel_x64.h.