creator |
An os_creator is a function object that creates
a new object of the instantiated type on the heap and returns it. The caller
will assume the responsibility of deleting the new object. It is used as the
default creation strategy for the os_tcp_acceptor
class.
For an example that illustrates how the os_creator
class would be used, refer to the acceptor1s.cpp
example in the os_tcp_acceptor , os_tcp_connector
section of this chapter.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.