Home
last modified time | relevance | path

Searched defs:any_constructor_control (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/type_erasure/
Dany.hpp302 struct any_constructor_control : Base struct
308 struct any_constructor_control< struct
321 …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< struct
340 …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< struct
359 …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 …]