Searched defs:construct_in_place (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | construct_in_place.hpp | 34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place() function 38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place() function 47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place() function 56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place() function
|
| H A D | iterators.hpp | 574 void construct_in_place(Allocator &a, T* ptr) in construct_in_place() function in boost::container::emplace_iterator
|