Template Class Source¶
Defined in File Source.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::Source¶ Creates an ucoupled
Outlet.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>Source(Args&&... args)¶ Forwarding constructor.
Use
std::in_place_type_t<ImplType>{}followed by constructor arguments to initialize theDuctwithImplTypeactive.