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

Function get_key

extlibs/sol3/include/sol/sol.hpp:19261–19263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19259
19260 template <typename T>
19261 decltype(auto) get_key(std::false_type, T&& t) {
19262 return std::forward<T>(t);
19263 }
19264
19265 template <typename T>
19266 decltype(auto) get_key(std::true_type, T&& t) {

Calls

no outgoing calls

Tested by

no test coverage detected