1#ifndef TATOOINE_IS_CACHEABLE_H
2#define TATOOINE_IS_CACHEABLE_H
8template <
typename T,
typename Vo
id =
void>
20 return is_cacheable_v<T>;
25 return is_cacheable_v<std::decay_t<T>>;
Definition: algorithm.h:6
constexpr auto is_cacheable()
Definition: is_cacheable.h:19
static constexpr auto is_cacheable_v
Definition: is_cacheable.h:16
void void_t
Definition: void_t.h:7
Definition: is_cacheable.h:9