Searched defs:BCWM (Results 1 – 1 of 1) sorted by relevance
188 struct BCWM : IL, OL { struct189 BCWM(const BCWM &Other) : IL(Other), OL(Other), Bf(Other.Bf) {} in BCWM() function195 BCWM &BCWM::operator=(const BCWM &Other) { in operator =() argument