|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | is_transcoder< T > |
| struct | is_crypto_transcoder< T > |
Namespaces | |
| namespace | couchbase |
| Represents a single item from the result of scan() | |
| namespace | couchbase::codec |
Variables | |
| template<typename T> | |
| constexpr bool | is_transcoder_v = is_transcoder<T>::value |
| template<typename T> | |
| constexpr bool | is_crypto_transcoder_v = is_crypto_transcoder<T>::value |