ReactOS 0.4.15-dev-7918-g2a2556c
_Sanitize< _Extrabits > Struct Template Reference

#include <_bitset.h>

Static Public Member Functions

static void _STLP_CALL _M_do_sanitize (unsigned long &__val)
 

Detailed Description

template<size_t _Extrabits>
struct _Sanitize< _Extrabits >

Definition at line 332 of file _bitset.h.

Member Function Documentation

◆ _M_do_sanitize()

template<size_t _Extrabits>
static void _STLP_CALL _Sanitize< _Extrabits >::_M_do_sanitize ( unsigned long __val)
inlinestatic

Definition at line 333 of file _bitset.h.

334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
_STLP_INLINE_LOOP _InputIter const _Tp & __val
Definition: _algobase.h:656

Referenced by bitset< _Nb >::_M_do_sanitize().


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