Public Member Functions | List of all members
absl::compare_internal::OnlyLiteralZero< NullPtrT > Struct Template Reference

#include <compare.h>

Public Member Functions

constexpr OnlyLiteralZero (NullPtrT) noexcept
 
template<typename T , typename = typename std::enable_if< std::is_same<T, std::nullptr_t>::value || (std::is_integral<T>::value && !std::is_same<T, int>::value)>::type, typename = typename Fail<T>::type>
 OnlyLiteralZero (T)
 

Detailed Description

template<typename NullPtrT = std::nullptr_t>
struct absl::compare_internal::OnlyLiteralZero< NullPtrT >

Definition at line 54 of file compare.h.

Constructor & Destructor Documentation

template<typename NullPtrT = std::nullptr_t>
constexpr absl::compare_internal::OnlyLiteralZero< NullPtrT >::OnlyLiteralZero ( NullPtrT  )
inlinenoexcept

Definition at line 55 of file compare.h.

template<typename NullPtrT = std::nullptr_t>
template<typename T , typename = typename std::enable_if< std::is_same<T, std::nullptr_t>::value || (std::is_integral<T>::value && !std::is_same<T, int>::value)>::type, typename = typename Fail<T>::type>
absl::compare_internal::OnlyLiteralZero< NullPtrT >::OnlyLiteralZero ( )

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


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:38