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

Check if a type is a std::vector. More...

#include <vector>
Include dependency graph for is_std_vector.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_std_vector< typename >
 Check if a type is a std::vector. More...
 
struct  util::meta::is_std_vector< std::vector< T, A > >
 Check if a type is a std::vector. 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.
 

Typedefs

template<typename T >
using util::meta::is_std_vector_v = typename is_std_vector< T >::value
 Helper for is_std_vector<...>::value.
 

Detailed Description

Check if a type is a std::vector.

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-04-30

Definition in file is_std_vector.hpp.