Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::Iterator< T > Struct Template Reference

Iterator concept, a type is an iterator if it is copyable, destructible, swappable, has well-defined iterator_traits and can be incremented and dereferenced. More...

#include "Iterator.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T>
struct scl::concepts::Iterator< T >

Iterator concept, a type is an iterator if it is copyable, destructible, swappable, has well-defined iterator_traits and can be incremented and dereferenced.

Template Parameters
Tbeing the type to check against

Definition at line 22 of file Iterator.h.

Member Function Documentation

◆ operator bool()

template<class T >
constexpr scl::concepts::Iterator< T >::operator bool ( ) const
inline

Definition at line 23 of file Iterator.h.


The documentation for this struct was generated from the following file: