mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Utilities.hpp
This commit is contained in:
parent
5154632619
commit
520a5eacc5
@ -483,7 +483,6 @@ template < class T, class W, class U > inline void Register_Discord_VectorProxy(
|
|||||||
* Wrapper around a std::unordered_map of DPP values.
|
* Wrapper around a std::unordered_map of DPP values.
|
||||||
*/
|
*/
|
||||||
template < class K, class V, class W > struct DpUnorderedMapProxy
|
template < class K, class V, class W > struct DpUnorderedMapProxy
|
||||||
{
|
|
||||||
{
|
{
|
||||||
using Native = std::unordered_map< K, V >;
|
using Native = std::unordered_map< K, V >;
|
||||||
using Binder = std::pair< LightObj, W * >;
|
using Binder = std::pair< LightObj, W * >;
|
||||||
@ -505,7 +504,7 @@ template < class K, class V, class W > struct DpUnorderedMapProxy
|
|||||||
* Default constructor.
|
* Default constructor.
|
||||||
*/
|
*/
|
||||||
DpUnorderedMapProxy() noexcept = default;
|
DpUnorderedMapProxy() noexcept = default;
|
||||||
}
|
};
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Register a wrapper unordered map for the specified types.
|
* Register a wrapper unordered map for the specified types.
|
||||||
|
Loading…
Reference in New Issue
Block a user