EnTT 3.15.0
Loading...
Searching...
No Matches
entt::is_transparent< Type, std::void_t< typename Type::is_transparent > > Struct Template Reference

Provides the member constant value to true if Type::is_transparent is valid and denotes a type, false otherwise. More...

#include <type_traits.hpp>

Inheritance diagram for entt::is_transparent< Type, std::void_t< typename Type::is_transparent > >:
Collaboration diagram for entt::is_transparent< Type, std::void_t< typename Type::is_transparent > >:

Detailed Description

template<typename Type>
struct entt::is_transparent< Type, std::void_t< typename Type::is_transparent > >

Provides the member constant value to true if Type::is_transparent is valid and denotes a type, false otherwise.

Template Parameters
TypeThe type to test.

Definition at line 730 of file type_traits.hpp.


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