ECSTASY
All in the name
Loading...
Searching...
No Matches
is_type_bounded_array.hpp File Reference

Check if a type is a bounded array of a given element type. More...

#include <type_traits>
Include dependency graph for is_type_bounded_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  util::meta::is_type_bounded_array< T, U >
 Check if a type is a bounded array of a given element type. More...
 
struct  util::meta::is_type_bounded_array< T, U >
 Check if a type is a bounded array of a given element type. More...
 

Namespaces

namespace  util
 Namespace regrouping helpers used by ecstasy but not specific to ecstasy.
 
namespace  util::meta
 Namespace regrouping all meta programmation helper types.
 

Variables

template<typename T , typename U >
constexpr bool util::meta::is_type_bounded_array_v = is_type_bounded_array<T, U>::value
 Helper for is_type_bounded_array<...>::value.
 

Detailed Description

Check if a type is a bounded array of a given element type.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2024-10-10

Definition in file is_type_bounded_array.hpp.