Goby3  3.1.4
2024.02.22
google::protobuf::internal::ExplicitlyConstructed< T > Class Template Reference

#include <google/protobuf/message_lite.h>

Public Member Functions

void DefaultConstruct ()
 
void Destruct ()
 
constexpr const T & get () const
 
T * get_mutable ()
 

Detailed Description

template<typename T>
class google::protobuf::internal::ExplicitlyConstructed< T >

Definition at line 107 of file message_lite.h.

Member Function Documentation

◆ DefaultConstruct()

template<typename T >
void google::protobuf::internal::ExplicitlyConstructed< T >::DefaultConstruct ( )
inline

Definition at line 109 of file message_lite.h.

◆ Destruct()

template<typename T >
void google::protobuf::internal::ExplicitlyConstructed< T >::Destruct ( )
inline

Definition at line 113 of file message_lite.h.

◆ get()

template<typename T >
constexpr const T& google::protobuf::internal::ExplicitlyConstructed< T >::get ( ) const
inlineconstexpr

Definition at line 117 of file message_lite.h.

◆ get_mutable()

template<typename T >
T* google::protobuf::internal::ExplicitlyConstructed< T >::get_mutable ( )
inline

Definition at line 118 of file message_lite.h.


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