Searched defs:any_constructor_control (Results 1 – 1 of 1) sorted by relevance
302 struct any_constructor_control : Base struct308 struct any_constructor_control< struct321 …ontrol const& other) { static_cast<Base&>(*this) = static_cast<Base const&>(other); return *this; } in operator =()322 …nstructor_control & other) { static_cast<Base&>(*this) = static_cast<Base&>(other); return *this; } in operator =()327 struct any_constructor_control< struct340 …ontrol const& other) { static_cast<Base&>(*this) = static_cast<Base const&>(other); return *this; } in operator =()341 …nstructor_control & other) { static_cast<Base&>(*this) = static_cast<Base&>(other); return *this; } in operator =()346 struct any_constructor_control< struct359 …ontrol const& other) { static_cast<Base&>(*this) = static_cast<Base const&>(other); return *this; } in operator =()360 …nstructor_control & other) { static_cast<Base&>(*this) = static_cast<Base&>(other); return *this; } in operator =()[all …]