MySQL 8.3.0
Source Code Documentation
stdx::detail Namespace Reference

Classes

struct  extent_size
 
struct  extent_size< Extent, Offset, dynamic_extent >
 
struct  has_data
 
struct  has_data< C, std::void_t< decltype(std::data(std::declval< C >()))> >
 
struct  has_size
 
struct  has_size< C, std::void_t< decltype(std::size(std::declval< C >()))> >
 
struct  is_array_convertible
 
struct  is_compatible_element
 
struct  is_compatible_element< C, E, std::void_t< decltype(std::data(std::declval< C >()))> >
 
struct  is_compatible_range
 
struct  is_contiguous_range
 
struct  is_sized_range
 
struct  is_span
 
struct  is_span_impl
 
struct  is_span_impl< span< T, Extend > >
 
struct  is_std_array
 
struct  is_std_array_impl
 
struct  is_std_array_impl< std::array< T, Extend > >
 
class  iterator
 
struct  span_size
 
struct  span_size< T, dynamic_extent >