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

Function assign_alloc

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

Source from the content-addressed store, hash-verified

42
43template<class AllocatorType>
44BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &l, const AllocatorType &r, dtl::true_type)
45{ l = r; }
46
47template<class AllocatorType>
48BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &, AllocatorType &, dtl::false_type)

Callers 1

priv_copy_assignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected