ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word > Struct Template Reference

Description

template<class Word>
struct Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >

Definition at line 608 of file BitVectorSupport.h.

Collaboration diagram for Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >:
Collaboration graph
[legend]

Public Member Functions

 MostSignificantClearBit (size_t nbits)
 
bool operator() (const Word &word, size_t nbits)
 

Public Attributes

size_t offset
 
Optional< size_t > result
 

Constructor & Destructor Documentation

◆ MostSignificantClearBit()

template<class Word >
Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >::MostSignificantClearBit ( size_t  nbits)
inline

Definition at line 611 of file BitVectorSupport.h.

Member Function Documentation

◆ operator()()

template<class Word >
bool Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >::operator() ( const Word &  word,
size_t  nbits 
)
inline

Definition at line 612 of file BitVectorSupport.h.

Member Data Documentation

◆ offset

template<class Word >
size_t Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >::offset

Definition at line 609 of file BitVectorSupport.h.

◆ result

template<class Word >
Optional<size_t> Sawyer::Container::BitVectorSupport::MostSignificantClearBit< Word >::result

Definition at line 610 of file BitVectorSupport.h.


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