Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ value
Method
value
extlibs/fmt/include/fmt/core.h:859–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
};
858
859
FMT_CONSTEXPR value(int val = 0) : int_value(val) {}
860
FMT_CONSTEXPR value(unsigned val) : uint_value(val) {}
861
value(long long val) : long_long_value(val) {}
862
value(unsigned long long val) : ulong_long_value(val) {}
Callers
15
getColliderPointByPosition
Method · 0.45
optional<T&>
Class · 0.45
push
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
usertype_container_default<X, std::enable_if_t<meta::all<is_forced_container<meta::unqualified_t<X>>, meta::has_value_type<meta::unqualified_t<container_decay_t<X>>>, meta::has_iterator<meta::unqualified_t<container_decay_t<X>>>>::value>>
Class · 0.45
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected