MCPcopy Create free account
hub / github.com/ablab/spades / map

Function map

ext/include/boost/optional/optional.hpp:1407–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405
1406 template <typename F>
1407 optional<typename boost::result_of<F(reference_type)>::type> map(F f) &
1408 {
1409 if (this->has_value())
1410 return f(get());
1411 else
1412 return none;
1413 }
1414
1415 template <typename F>
1416 optional<typename boost::result_of<F(reference_const_type)>::type> map(F f) const&

Callers 15

from_graphMethod · 0.50
construct_limit_mapFunction · 0.50
assess_reads.pyFile · 0.50
assess.pyFile · 0.50
construct_limit_mapFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50
print_used_valuesFunction · 0.50

Calls 4

getFunction · 0.70
fClass · 0.50
has_valueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected