MCPcopy 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) {}

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected