C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::reverse_st< ContainerType > Class Template Reference

#include <tpf_types.hpp>

Public Member Functions

 reverse_st (ContainerType container)
 
auto empty () const noexcept
 
auto size () const noexcept
 
decltype(auto) begin () noexcept
 
decltype(auto) end () noexcept
 
decltype(auto) cbegin () const noexcept
 
decltype(auto) cend () const noexcept
 
auto clone () const
 

Detailed Description

template<typename ContainerType>
class tpf::types::reverse_st< ContainerType >

Definition at line 7499 of file tpf_types.hpp.

Constructor & Destructor Documentation

◆ reverse_st()

template<typename ContainerType >
tpf::types::reverse_st< ContainerType >::reverse_st ( ContainerType  container)
inline

Definition at line 7506 of file tpf_types.hpp.

Member Function Documentation

◆ begin()

template<typename ContainerType >
decltype(auto) tpf::types::reverse_st< ContainerType >::begin ( )
inlinenoexcept

Definition at line 7512 of file tpf_types.hpp.

◆ cbegin()

template<typename ContainerType >
decltype(auto) tpf::types::reverse_st< ContainerType >::cbegin ( ) const
inlinenoexcept

Definition at line 7525 of file tpf_types.hpp.

◆ cend()

template<typename ContainerType >
decltype(auto) tpf::types::reverse_st< ContainerType >::cend ( ) const
inlinenoexcept

Definition at line 7530 of file tpf_types.hpp.

◆ clone()

template<typename ContainerType >
auto tpf::types::reverse_st< ContainerType >::clone ( ) const
inline

Definition at line 7535 of file tpf_types.hpp.

◆ empty()

template<typename ContainerType >
auto tpf::types::reverse_st< ContainerType >::empty ( ) const
inlinenoexcept

Definition at line 7509 of file tpf_types.hpp.

◆ end()

template<typename ContainerType >
decltype(auto) tpf::types::reverse_st< ContainerType >::end ( )
inlinenoexcept

Definition at line 7519 of file tpf_types.hpp.

◆ size()

template<typename ContainerType >
auto tpf::types::reverse_st< ContainerType >::size ( ) const
inlinenoexcept

Definition at line 7510 of file tpf_types.hpp.


The documentation for this class was generated from the following file: