MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / convert

Function convert

include/fplus/container_common.hpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296// Converts one type of element into another.
297template <typename Dest, typename Source>
298Dest convert(const Source& x)
299{
300 return Dest(x);
301}
302
303// API search type: convert_elems : [a] -> [b]
304// fwd bind count: 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected