WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::memory::detail::segregatable_type< 0, binary_segregator< Segregator, Fallback > > Struct Template Reference

#include <wpi/memory/segregator.hpp>

Public Types

using type = typename Segregator::allocator_type
 

Static Public Member Functions

static typeget (binary_segregator< Segregator, Fallback > &s)
 
static const typeget (const binary_segregator< Segregator, Fallback > &s)
 

Member Typedef Documentation

◆ type

template<class Segregator , class Fallback >
using wpi::memory::detail::segregatable_type< 0, binary_segregator< Segregator, Fallback > >::type = typename Segregator::allocator_type

Member Function Documentation

◆ get() [1/2]

template<class Segregator , class Fallback >
static type & wpi::memory::detail::segregatable_type< 0, binary_segregator< Segregator, Fallback > >::get ( binary_segregator< Segregator, Fallback > & s)
inlinestatic

◆ get() [2/2]

template<class Segregator , class Fallback >
static const type & wpi::memory::detail::segregatable_type< 0, binary_segregator< Segregator, Fallback > >::get ( const binary_segregator< Segregator, Fallback > & s)
inlinestatic

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