feat(range): add range pipe operator support

This commit is contained in:
2024-12-16 15:09:57 +08:00
parent d88eb4be5e
commit d2b6e0c669
6 changed files with 139 additions and 7 deletions

View File

@ -11,7 +11,7 @@ NAMESPACE_MODULE_BEGIN(Utility)
NAMESPACE_BEGIN(Range)
/** A helper class template for defining a view interface. Not directly instantiable. */
/** An interface class template for defining a view. Not directly instantiable. */
template <CClass T> requires (CSameAs<T, TRemoveCV<T>>)
class IBasicViewInterface
{