MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / map

Method map

Libs/sol/sol.hpp:4731–4733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4729 /// \synopsis template <class F> constexpr auto map(F &&f) &;
4730 template <class F>
4731 SOL_TL_OPTIONAL_11_CONSTEXPR auto map(F&& f) & {
4732 return optional_map_impl(*this, std::forward<F>(f));
4733 }
4734
4735 /// \group map
4736 /// \synopsis template <class F> constexpr auto map(F &&f) &&;

Callers

nothing calls this directly

Calls 1

optional_map_implFunction · 0.85

Tested by

no test coverage detected