Enum member isPeekSink

Returns true if S is a sink which reads data by calling peek() and consume().

Declaration

enum isPeekSink(S...) = testStage!(null, isPeekSinkTempl, S);

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.