Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/test/
Dtest_elem.hpp239 struct noex_copy : test_elem_base struct
245 noex_copy(){} in noex_copy() argument
247 noex_copy(int index) : test_elem_base(index) {} in noex_copy() function
249 noex_copy(const noex_copy& rhs) BOOST_NOEXCEPT in noex_copy() argument
253 noex_copy(BOOST_RV_REF(noex_copy) rhs) in noex_copy() function
257 noex_copy &operator=(BOOST_COPY_ASSIGN_REF(noex_copy) rhs) BOOST_NOEXCEPT in operator =()
263 noex_copy &operator=(BOOST_RV_REF(noex_copy) rhs) in operator =()