Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
std::__bitset_base< N > Class Template Reference

#include <bitset.h>

Public Member Functions

 __bitset_base ()
 
bool test (size_t pos) const
 
bool any () const
 
void set (size_t pos, bool val)
 
void reset (size_t pos)
 

Private Attributes

size_t data [N]
 

Constructor & Destructor Documentation

◆ __bitset_base()

template<size_t N>
std::__bitset_base< N >::__bitset_base ( )

Member Function Documentation

◆ any()

template<size_t N>
bool std::__bitset_base< N >::any ( ) const

◆ reset()

template<size_t N>
void std::__bitset_base< N >::reset ( size_t  pos)

◆ set()

template<size_t N>
void std::__bitset_base< N >::set ( size_t  pos,
bool  val 
)

◆ test()

template<size_t N>
bool std::__bitset_base< N >::test ( size_t  pos) const

Member Data Documentation

◆ data

template<size_t N>
size_t std::__bitset_base< N >::data[N]
private

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