Searched defs:ExplicitAllocator (Results 1 – 1 of 1) sorted by relevance
17 struct ExplicitAllocator { struct20 explicit ExplicitAllocator(ExplicitAllocator<U>) { } in ExplicitAllocator() function28 std::shared_ptr<int> ptr = std::allocate_shared<int>(ExplicitAllocator<int>(), 0); in main() argument