WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::memory::detail::check_standard_allocator< Allocator > Struct Template Reference

#include <wpi/memory/allocator_traits.hpp>

Public Types

using custom_construct = decltype(has_construct<Allocator>(0))
 
using custom_destroy = decltype(has_destroy<Allocator>(0))
 
using valid
 

Member Typedef Documentation

◆ custom_construct

template<class Allocator >
using wpi::memory::detail::check_standard_allocator< Allocator >::custom_construct = decltype(has_construct<Allocator>(0))

◆ custom_destroy

template<class Allocator >
using wpi::memory::detail::check_standard_allocator< Allocator >::custom_destroy = decltype(has_destroy<Allocator>(0))

◆ valid

template<class Allocator >
using wpi::memory::detail::check_standard_allocator< Allocator >::valid
Initial value:
std::integral_constant<bool, !custom_construct::value
&& !custom_destroy::value>

The documentation for this struct was generated from the following file: