MatchLib
|
The EmptyField class is used for rudimentary support for members of a struct that can be configured to have zero width. More...
#include <UIntOrEmpty.h>
Public Member Functions | |
template<typename T > | |
EmptyField | operator= (T const &) |
uint64 | to_uint64 () |
const sc_bit | operator[] (std::size_t idx) const |
bool | and_reduce () |
bool | or_reduce () |
The EmptyField class is used for rudimentary support for members of a struct that can be configured to have zero width.
Definition at line 35 of file UIntOrEmpty.h.