Searched defs:Loan (Results 1 – 1 of 1) sorted by relevance
103 using Loan = typename Pool<T>::Loan; variable127 Pool<T>::Loan::Loan(Item* item, const std::shared_ptr<Storage>& storage) in Loan() function133 Pool<T>::Loan::Loan(const Loan& other) in Loan() function141 Pool<T>::Loan::Loan(Loan&& other) : item(other.item), storage(other.storage) { in Loan() function211 using Loan = typename Pool<T>::Loan; variable341 using Loan = typename Pool<T>::Loan; variable