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

STD.CppString.Interface

Documentation

class IDeletable a => ICppString a Source #

Instances

Instances details
ICppString CppString Source # 
Instance details

Defined in STD.CppString.Implementation

upcastCppString :: forall a. (FPtr a, ICppString a) => a -> CppString Source #

downcastCppString :: forall a. (FPtr a, ICppString a) => CppString -> a Source #