refactor(*): make type alias identifiers conform to the style for general type identifiers
This commit is contained in:
@ -89,7 +89,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
using ElementType = TRemoveCVRef<TInvokeResult<FFunc&, TRangeReference<FBase>>>;
|
||||
using FElementType = TRemoveCVRef<TInvokeResult<FFunc&, TRangeReference<FBase>>>;
|
||||
|
||||
FORCEINLINE constexpr FIteratorImpl() requires (CDefaultConstructible<TRangeIterator<FBase>>) = default;
|
||||
|
||||
|
Reference in New Issue
Block a user