Enum member isSinkOnly

Returns true if S is a sink but not a source.

Declaration

enum isSinkOnly(S...) = !isSource!S && isSink!S;

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.