We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GetVirtualMethodIndex
GetVirtualIndex
1 parent 36538e0 commit f850c0bCopy full SHA for f850c0b
1 file changed
include/dynlibutils/virtual.hpp
@@ -19,7 +19,7 @@
19
namespace DynLibUtils {
20
21
template<auto METHOD>
22
-constexpr std::ptrdiff_t GetVirtualMethodIndex() noexcept
+constexpr std::ptrdiff_t GetVirtualIndex() noexcept
23
{
24
static_assert(std::is_member_function_pointer_v<decltype(METHOD)>, "Templated method must be a pointer-to-member-function");
25
0 commit comments