Enum member isAllocable

Declaration

enum isAllocable(S) = is(AllocElementType!(S, false)) || is(AllocElementType!(S, true)) || is(AllocElementType!(S, true, SomePOD!"isAllocable"));

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

Boost License 1.0.