Searched refs:doAssign (Results 1 – 2 of 2) sorted by relevance
33 mat<TYPE, C, R>& doAssign( in doAssign() function149 helpers::doAssign(*this, rhs); in mat()166 return helpers::doAssign(*this, rhs);270 mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); } in mat()273 mat& operator=(const TYPE& rhs) { return helpers::doAssign(*this, rhs); }
49 vec<TYPE, SIZE>& doAssign( in doAssign() function337 helpers::doAssign(*this, rhs);366 return helpers::doAssign(*this, rhs);