Typedefs | Functions
x64::dr7 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 x64::dr7::value_type = typedef uint64_t

Definition at line 34 of file debug_x64.h.

Function Documentation

◆ get()

auto x64::dr7::get ( )
inlinenoexcept

Definition at line 36 of file debug_x64.h.

◆ set()

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

Definition at line 40 of file debug_x64.h.