WPILibC++ 2024.1.1-beta-4
wpi::StringMapEntryStorage< std::nullopt_t > Class Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/StringMapEntry.h>

Inheritance diagram for wpi::StringMapEntryStorage< std::nullopt_t >:
wpi::StringMapEntryBase

Public Member Functions

 StringMapEntryStorage (size_t keyLength, std::nullopt_t=std::nullopt)
 
 StringMapEntryStorage (StringMapEntryStorage &entry)=delete
 
std::nullopt_t getValue () const
 
- Public Member Functions inherited from wpi::StringMapEntryBase
 StringMapEntryBase (size_t keyLength)
 
size_t getKeyLength () const
 

Additional Inherited Members

- Static Protected Member Functions inherited from wpi::StringMapEntryBase
template<typename AllocatorTy >
static void * allocateWithKey (size_t EntrySize, size_t EntryAlign, std::string_view Key, AllocatorTy &Allocator)
 Helper to tail-allocate Key. More...
 

Constructor & Destructor Documentation

◆ StringMapEntryStorage() [1/2]

wpi::StringMapEntryStorage< std::nullopt_t >::StringMapEntryStorage ( size_t  keyLength,
std::nullopt_t  = std::nullopt 
)
inlineexplicit

◆ StringMapEntryStorage() [2/2]

wpi::StringMapEntryStorage< std::nullopt_t >::StringMapEntryStorage ( StringMapEntryStorage< std::nullopt_t > &  entry)
delete

Member Function Documentation

◆ getValue()

std::nullopt_t wpi::StringMapEntryStorage< std::nullopt_t >::getValue ( ) const
inline

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