#include <memory>
#include <type_traits>
#include "libcopp/utils/config/compile_optimize.h"
#include "libcopp/utils/config/libcopp_build_features.h"
#include "libcopp/utils/nostd/type_traits.h"
Go to the source code of this file.
|
template<class T , class = typename __enable_nullable<T>::type> |
using | nostd::nullable = T |
|
template<class T , class = typename __enable_nonnull<T>::type> |
using | nostd::nonnull = T |
|
template<class T , class = typename __enable_nullability_unknown<T>::type> |
using | nostd::nullability_unknown = T |
|