MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

libs/coding/succinct_mapper.hpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 template <typename T>
66 std::enable_if_t<!std::is_trivial_v<T>, MapVisitor &> operator()(T & val, char const * /* name */)
67 {
68 val.map(*this);
69 return *this;
70 }
71
72 template <typename T>
73 std::enable_if_t<std::is_trivial_v<T>, MapVisitor &> operator()(T & val, char const * /* name */)

Callers

nothing calls this directly

Calls 2

Align8PtrFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected