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

Method map

extlibs/sol3/include/sol/sol.hpp:4195–4197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4193 /// \synopsis template <class F> constexpr auto map(F &&f) &;
4194 template <class F>
4195 SOL_TL_OPTIONAL_11_CONSTEXPR auto map(F&& f) & {
4196 return optional_map_impl(*this, std::forward<F>(f));
4197 }
4198
4199 /// \group map
4200 /// \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