Enum member isSource

Returns true if S is a source of any kind.

Declaration

enum isSource(S...) = isPassiveSource!S || isActiveSource!S;

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.