EnTT 3.15.0
Loading...
Searching...
No Matches
entt::is_tuple< std::tuple< Args... > > Struct Template Reference

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

#include <tuple.hpp>

Inheritance diagram for entt::is_tuple< std::tuple< Args... > >:
Collaboration diagram for entt::is_tuple< std::tuple< Args... > >:

Detailed Description

template<typename... Args>
struct entt::is_tuple< std::tuple< Args... > >

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

Template Parameters
ArgsTuple template arguments.

Definition at line 23 of file tuple.hpp.


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