WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::memory::detail::rebind_block_allocator< RawAllocator< Args... >, OtherBlockAllocator > Struct Template Reference

#include <wpi/memory/tracking.hpp>

Public Types

using type
 

Member Typedef Documentation

◆ type

template<template< typename... > class RawAllocator, typename... Args, class OtherBlockAllocator >
using wpi::memory::detail::rebind_block_allocator< RawAllocator< Args... >, OtherBlockAllocator >::type
Initial value:
RawAllocator<typename std::conditional<is_block_or_raw_allocator<Args>::value,
OtherBlockAllocator, Args>::type...>

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