EnTT 3.13.0
Loading...
Searching...
No Matches
entt::is_iterator< Type, std::enable_if_t<!std::is_void_v< std::remove_cv_t< std::remove_pointer_t< Type > > > > > Struct Template Reference

Provides the member constant value to true if a given type is an iterator, false otherwise. More...

#include <type_traits.hpp>

Inheritance diagram for entt::is_iterator< Type, std::enable_if_t<!std::is_void_v< std::remove_cv_t< std::remove_pointer_t< Type > > > > >:
Inheritance graph
[legend]
Collaboration diagram for entt::is_iterator< Type, std::enable_if_t<!std::is_void_v< std::remove_cv_t< std::remove_pointer_t< Type > > > > >:
Collaboration graph
[legend]

Detailed Description

template<typename Type>
struct entt::is_iterator< Type, std::enable_if_t<!std::is_void_v< std::remove_cv_t< std::remove_pointer_t< Type > > > > >

Provides the member constant value to true if a given type is an iterator, false otherwise.

Template Parameters
TypeThe type to test.

Definition at line 695 of file type_traits.hpp.


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