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

Check if a type is a std::size_t or convertible to it. More...

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

Go to the source code of this file.

Namespaces

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

Concepts

concept  util::meta::is_size_t_convertible
 Check if a type is std::size_t or is convertible to it.
 

Detailed Description

Check if a type is a std::size_t or convertible to it.

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-11-21

Definition in file is_size_t_convertible.hpp.