Template Class Sink¶
Defined in File Sink.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::Sink¶ Creates an uncoupled
Inlet.Potentially useful for inter-process transmission, where a conceptually- coupled
InletandOutletmust be constructed within separate memory spaces.- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework. Seeinclude/config/ImplSpec.hpp.
Public Functions
-
template<typename ...
Args>Sink(Args&&... args)¶ Forwarding constructor.
Use
std::in_place_type_t<ImplType>{}followed by constructor arguments to initialize theDuctwithImplTypeactive.