[âNote: The rules described in [class.mfct] apply to static member functions. âââend noteâ]
[âNote: A static member function does not have a this pointer. âââend noteâ] A static member function shall not be virtual. There shall not be a static and a non-static member function with the same name and the same parameter types ([over.load]). A static member function shall not be declared const, volatile, or const volatile.