Tatooine
|
Go to the source code of this file.
Classes | |
struct | tatooine::is_cacheable_impl< T, Void > |
struct | tatooine::is_cacheable_impl< T, std::void_t< decltype(&T::use_caching)> > |
Namespaces | |
namespace | tatooine |
Functions | |
template<typename T > | |
constexpr auto | tatooine::is_cacheable () |
template<typename T > | |
constexpr auto | tatooine::is_cacheable (T &&) |
Variables | |
template<typename T > | |
static constexpr auto | tatooine::is_cacheable_v = is_cacheable_impl<T>::value |