Enum member isPushable

Declaration

enum isPushable(S) = is(PushElementType!S) || is(PushElementType!(S, SomePOD!"isPushable")) || is(PushElementType!(S, null));

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.