MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / swap_alloc

Function swap_alloc

extern/boost/boost/container/detail/alloc_helpers.hpp:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template<class AllocatorType>
35BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &l, AllocatorType &r, dtl::true_type)
36{ boost::adl_move_swap(l, r); }
37
38template<class AllocatorType>
39BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_type)

Callers 1

priv_swapFunction · 0.85

Calls 1

adl_move_swapFunction · 0.85

Tested by

no test coverage detected