webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
rtc
internal
BufferCompat
Static Public Attributes
|
List of all members
rtc::internal::BufferCompat< T, U > Struct Template Reference
#include <
buffer.h
>
Static Public Attributes
static constexpr bool
value
Member Data Documentation
◆
value
template<typename T , typename U >
static constexpr bool
rtc::internal::BufferCompat
<
T
, U >::
value
static
Initial value:
=
!
std::is_volatile<U>::value
&&
((
std::is_integral<T>::value
&&
sizeof
(
T
) == 1)
? (
std::is_integral<U>::value
&&
sizeof
(
U
) == 1)
: (
std::is_same<T, typename std::remove_const<U>::type
>
::value
))
The documentation for this struct was generated from the following file:
DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/base/
buffer.h
Generated by
1.8.13