stdcxx-0.7.0.0: Binding to Standard Template Library C++
Safe HaskellSafe-Inferred
LanguageHaskell2010

STD.Deletable

Documentation

class IDeletable a where Source #

Methods

delete :: a -> IO () Source #

Instances

Instances details
IDeletable CppString Source # 
Instance details

Defined in STD.CppString.Implementation

Methods

delete :: CppString -> IO () Source #