Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
WASM::scoped_skip_checks Struct Reference

#include <WASM.h>

Public Member Functions

 scoped_skip_checks ()
 
 ~scoped_skip_checks ()
 

Detailed Description

Definition at line 15 of file WASM.h.

Constructor & Destructor Documentation

◆ scoped_skip_checks()

WASM::scoped_skip_checks::scoped_skip_checks ( )
inline

Definition at line 16 of file WASM.h.

16{ check_limits = false; }
bool check_limits
Definition WASM.h:14

◆ ~scoped_skip_checks()

WASM::scoped_skip_checks::~scoped_skip_checks ( )
inline

Definition at line 17 of file WASM.h.

17{ check_limits = true; }

The documentation for this struct was generated from the following file: