From a1fc9ae49a6438074727acfaebaf34cb2dd15713 Mon Sep 17 00:00:00 2001 From: Reece Date: Wed, 29 Sep 2021 13:33:25 +0100 Subject: [PATCH] [*] Amend type wrappers --- Include/AuroraTypedefs.hpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Include/AuroraTypedefs.hpp b/Include/AuroraTypedefs.hpp index 07f0ab7c..11cdbdc2 100644 --- a/Include/AuroraTypedefs.hpp +++ b/Include/AuroraTypedefs.hpp @@ -122,17 +122,20 @@ using AuAtomicInt = int; template using AuOptional = AURORA_RUNTIME_AU_OPTIONAL; -template -using AuPredicate = AuFunction; +template +using AuPredicate = AuFunction; using AuVoidFunc = AuFunction; -template -using AuConsumer = AuFunction; +template +using AuConsumer = AuFunction; template using AuSupplier = AuFunction; +template +using AuSupplierConsumer = AuFunction; + //#include "tinyutf8.h" using AuString = std::string;// tiny_utf8::utf8_string;