MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / ref

Function ref

src/toml.hpp:3737–3741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3735
3736 template <typename T>
3737 TOML_PURE_GETTER
3738 decltype(auto) ref() & noexcept
3739 {
3740 return do_ref<T>(*this);
3741 }
3742
3743 template <typename T>
3744 TOML_PURE_GETTER

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected