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

#include <wpi/memory/segregator.hpp>

Public Types

using type = Fallback
 

Static Public Member Functions

static typeget (Fallback &f)
 
static const typeget (const Fallback &f)
 

Static Public Attributes

static const std::size_t size = 0u
 

Member Typedef Documentation

◆ type

template<class Fallback >
using wpi::memory::detail::fallback_type< Fallback >::type = Fallback

Member Function Documentation

◆ get() [1/2]

template<class Fallback >
static const type & wpi::memory::detail::fallback_type< Fallback >::get ( const Fallback & f)
inlinestatic

◆ get() [2/2]

template<class Fallback >
static type & wpi::memory::detail::fallback_type< Fallback >::get ( Fallback & f)
inlinestatic

Member Data Documentation

◆ size

template<class Fallback >
const std::size_t wpi::memory::detail::fallback_type< Fallback >::size = 0u
static

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