Virtual chunk that has no output (that is, virtual consumer). More...
#include <tpie/pipelining/virtual.h>
Public Member Functions | |
| virtual_chunk_end () | |
| Constructor that leaves the virtual chunk unassigned. More... | |
| template<typename fact_t > | |
| virtual_chunk_end (pipe_end< fact_t > &&pipe, virtual_container *ctr=nullptr) | |
| Constructor that recursively constructs a node and takes ownership of it. More... | |
| template<typename fact_t > | |
| virtual_chunk_end & | operator= (pipe_end< fact_t > &&pipe) |
| Construct a node and assign it to this virtual chunk. More... | |
| operator bool () const noexcept | |
| Test if it is not an empty chunk. More... | |
Friends | |
| class | bits::access |
Virtual chunk that has no output (that is, virtual consumer).
|
inline |
|
inline |
|
inlineexplicitnoexcept |
|
inline |