Enum member isPushSource

Returns true if S is a source which writes data by calling push().

Declaration

enum isPushSource(S...) = testStage!(null, isPushSourceTempl, S);

Bugs

Always returns false for a non-copyable nested struct.

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.