My personal site: milehighcoder.com
I play lots of Dota 2 and enjoy petting my dog.
Let us join forces and bring silliness to the world!
template <typename T>
T& Get() {
return const_cast<T&>(static_cast<const std::decay_t<decltype(*this)>&>(*this).Get<T>());
}
template <typename T>
T& Get() {
return const_cast<T&>(static_cast<const std::decay_t<decltype(*this)>&>(*this).Get<T>());
}