Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bindings for std::pair
.
Documentation
Options for instantiating pair
.
Options | |
|
defaultOptions :: Options Source #
The default options have no additional ClassFeature
s.
instantiate :: String -> Type -> Type -> Reqs -> Contents Source #
instantiate className a b reqs
creates a set of bindings for an
instantiation of std::pair<a, b>
. In the result, the c_pair
class has
an external name of className
.
instantiate' :: String -> Type -> Type -> Reqs -> Options -> Contents Source #
instantiate
with additional options.