MCPcopy Create free account
hub / github.com/ThePhD/sol2 / map

Method map

include/sol/optional_implementation.hpp:801–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 /// \synopsis template <class F> constexpr auto map(F &&f) &;
800 template <class F>
801 SOL_TL_OPTIONAL_11_CONSTEXPR auto map(F&& f) & {
802 return optional_map_impl(*this, std::forward<F>(f));
803 }
804
805 /// \group map
806 /// \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