Template Class Conduit¶
Defined in File Conduit.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::Conduit¶ Creates a coupled
InletandOutlet.Useful for intra-process transmission (i.e., intra-thread or inter-thread transmission) where conceptually-coupled
Inlet’s andOutlet’s exist within the same memory space.- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework. Seeinclude/config/ImplSpec.hpp.
Public Types
Public Functions
-
template<typename ...
Args>Conduit(Args&&... args)¶ Forwarding constructor.
Use
std::in_place_type_t<ImplType>{}followed by constructor arguments to initialize theDuctwithImplTypeactive.