#include <typeinfo>#include <utility>#include <cstddef>

Go to the source code of this file.
| #define any_BETWEEN | ( | v, | |
| lo, | |||
| hi | |||
| ) | ( lo <= v && v < hi ) |
| #define any_COMPILER_GNUC_VERSION 0 |
| #define any_COMPILER_MSVC_VERSION 0 |
| #define any_constexpr /*constexpr*/ |
| #define any_constexpr14 /*constexpr*/ |
| #define any_CPP11_OR_GREATER ( __cplusplus >= 201103L ) |
| #define any_CPP14_OR_GREATER ( __cplusplus >= 201402L ) |
| #define any_CPP17_OR_GREATER ( __cplusplus >= 201700L ) |
| #define any_lite_VERSION "0.0.0" |
| #define any_noexcept /*noexcept*/ |
| #define any_nullptr NULL |
| #define nonstd_lite_HAVE_IN_PLACE_TYPES 1 |
| #define nonstd_lite_in_place_index_t | ( | T | ) | nonstd::in_place_t(&)( nonstd::detail::in_place_index_tag<I> ) |
| #define nonstd_lite_in_place_type_t | ( | T | ) | nonstd::in_place_t(&)( nonstd::detail::in_place_type_tag<T> ) |