Public Member Functions | List of all members
absl::internal_statusor::MoveCtorBase< T, bool > Struct Template Reference

#include <statusor_internal.h>

Public Member Functions

 MoveCtorBase ()=default
 
 MoveCtorBase ()=default
 
 MoveCtorBase (const MoveCtorBase &)=default
 
 MoveCtorBase (const MoveCtorBase &)=default
 
 MoveCtorBase (MoveCtorBase &&)=default
 
 MoveCtorBase (MoveCtorBase &&)=default
 
MoveCtorBaseoperator= (const MoveCtorBase &)=default
 
MoveCtorBaseoperator= (const MoveCtorBase &)=default
 
MoveCtorBaseoperator= (MoveCtorBase &&)=default
 
MoveCtorBaseoperator= (MoveCtorBase &&)=default
 

Detailed Description

template<typename T, bool = std::is_move_constructible<T>::value>
struct absl::internal_statusor::MoveCtorBase< T, bool >

Definition at line 335 of file abseil-cpp/absl/status/internal/statusor_internal.h.

Constructor & Destructor Documentation

◆ MoveCtorBase() [1/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( )
default

◆ MoveCtorBase() [2/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( const MoveCtorBase< T, bool > &  )
default

◆ MoveCtorBase() [3/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( MoveCtorBase< T, bool > &&  )
default

◆ MoveCtorBase() [4/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( )
default

◆ MoveCtorBase() [5/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( const MoveCtorBase< T, bool > &  )
default

◆ MoveCtorBase() [6/6]

template<typename T , bool = std::is_move_constructible<T>::value>
absl::internal_statusor::MoveCtorBase< T, bool >::MoveCtorBase ( MoveCtorBase< T, bool > &&  )
default

Member Function Documentation

◆ operator=() [1/4]

template<typename T , bool = std::is_move_constructible<T>::value>
MoveCtorBase& absl::internal_statusor::MoveCtorBase< T, bool >::operator= ( const MoveCtorBase< T, bool > &  )
default

◆ operator=() [2/4]

template<typename T , bool = std::is_move_constructible<T>::value>
MoveCtorBase& absl::internal_statusor::MoveCtorBase< T, bool >::operator= ( const MoveCtorBase< T, bool > &  )
default

◆ operator=() [3/4]

template<typename T , bool = std::is_move_constructible<T>::value>
MoveCtorBase& absl::internal_statusor::MoveCtorBase< T, bool >::operator= ( MoveCtorBase< T, bool > &&  )
default

◆ operator=() [4/4]

template<typename T , bool = std::is_move_constructible<T>::value>
MoveCtorBase& absl::internal_statusor::MoveCtorBase< T, bool >::operator= ( MoveCtorBase< T, bool > &&  )
default

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:54