Tatooine
Classes | Namespaces | Functions
holder.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::base_holder
 
struct  tatooine::holder< T >
 

Namespaces

namespace  tatooine
 

Functions

template<typename T >
 tatooine::holder (T &&) -> holder< T >
 
template<typename T >
 tatooine::holder (const T &) -> holder< const T & >
 
template<typename T >
auto tatooine::hold (T &&t)