MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / tuple_conversion

Function tuple_conversion

include/CLI/TypeTools.hpp:1652–1655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650/// function template for converting tuples if the static Index is greater than the tuple size
1651template <class AssignTo, class ConvertTo, std::size_t I>
1652inline typename std::enable_if<(I >= type_count_base<AssignTo>::value), bool>::type
1653tuple_conversion(const std::vector<std::string> &, AssignTo &) {
1654 return true;
1655}
1656
1657/// Conversion of a tuple element where the type size ==1 and not a mutable container
1658template <class AssignTo, class ConvertTo>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected