libcopp 2.3.1
|
Data Structures | |
struct | __enable_nonnull |
struct | __enable_nullability_unknown |
struct | __enable_nullable |
struct | __is_nullability_compatible |
struct | __is_nullability_compatible< T, void_t< typename T::nullability_compatible_type > > |
struct | __is_nullability_support |
struct | __is_nullability_support< std::shared_ptr< T > > |
struct | __is_nullability_support< std::unique_ptr< T, Deleter... > > |
struct | __is_nullability_support< T * > |
struct | __is_nullability_support< T U::* > |
Typedefs | |
template<class T , class = typename __enable_nullable<T>::type> | |
using | nullable = T |
template<class T , class = typename __enable_nonnull<T>::type> | |
using | nonnull = T |
template<class T , class = typename __enable_nullability_unknown<T>::type> | |
using | nullability_unknown = T |
Functions | |
template<class TCONTAINER > | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr auto | size (const TCONTAINER &container) -> decltype(container.size()) |
template<class T , size_t SIZE> | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr size_t | size (const T(&)[SIZE]) noexcept |
template<class TCONTAINER > | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr auto | data (TCONTAINER &container) -> decltype(container.data()) |
template<class TCONTAINER > | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr auto | data (const TCONTAINER &container) -> decltype(container.data()) |
template<class T , size_t SIZE> | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr T * | data (T(&array_value)[SIZE]) noexcept |
template<class TELEMENT > | |
LIBCOPP_COPP_API_HEAD_ONLY constexpr const TELEMENT * | data (std::initializer_list< TELEMENT > l) noexcept |
using nostd::nonnull = typedef T |
Definition at line 79 of file nullability.h.
using nostd::nullability_unknown = typedef T |
Definition at line 86 of file nullability.h.
using nostd::nullable = typedef T |
Definition at line 72 of file nullability.h.
|
inlineconstexpr |
Definition at line 37 of file utility_data_size.h.
|
inlineconstexprnoexcept |
Definition at line 47 of file utility_data_size.h.
|
inlineconstexprnoexcept |
Definition at line 42 of file utility_data_size.h.
|
inlineconstexpr |
Definition at line 32 of file utility_data_size.h.
|
inlineconstexprnoexcept |
Definition at line 27 of file utility_data_size.h.
|
inlineconstexpr |
Definition at line 22 of file utility_data_size.h.