#include <type_traits>
#include <string>
#include <string_view>
#include <iostream>
#include <typeinfo>
Go to the source code of this file.
|
template<typename T , std::size_t N> |
constexpr bool | agr::is_pointer_to_const_char (T(&)[N]) |
| Function used to check if an input array is a pointer to const char. More...
|
|
template<typename T > |
constexpr bool | agr::is_pointer_to_const_char (T &&) |
| Function used to check if an input variable is a pointer to const char. More...
|
|
template<class T > |
constexpr bool | agr::is_str (const T &obj) |
| Function used to check if a variable is a string object (std::string, const char*, etc...). More...
|
|
template<typename Kind , typename... Kinds> |
bool | agr::is_any () |
| Function used to check if a type is in a list or not. More...
|
|
- Author
- Gianluca Bianco (bianc.nosp@m.ogia.nosp@m.nluca.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2022-09-24
- Copyright
- Copyright (c) 2022 Gianluca Bianco under the MIT license.
◆ ARSENALGEAR_TYPE_HPP
#define ARSENALGEAR_TYPE_HPP |