distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
ReverseAdaptor.hpp File Reference

ReverseAdaptor template class header. More...

Go to the source code of this file.

Classes

class  estd::ReverseAdaptor< T >
 ReverseAdaptor template class is an adaptor that "reverses" access to the container. More...
 

Namespaces

 estd
 Collection of useful templates.
 

Functions

template<typename T >
ReverseAdaptor< T > estd::makeReverseAdaptor (T &container)
 Helper factory function to make ReverseAdaptor object with deduced template arguments. More...
 

Detailed Description

ReverseAdaptor template class header.

Author
Copyright (C) 2014-2015 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.