DxLibEx
dxle::graph2d::gr_impl::cont_wrapper_with_size< std::reference_wrapper< Cont > > Class Template Referencefinal

#include <animation_graph.hpp>

Public Member Functions

const texture2doperator[] (size_t i) const
 
size_t size () const DXLE_NOEXCEPT_OR_NOTHROW
 
 cont_wrapper_with_size (std::reference_wrapper< Cont > &&graphs, size_t size)
 

Detailed Description

template<typename Cont>
class dxle::graph2d::gr_impl::cont_wrapper_with_size< std::reference_wrapper< Cont > >

Definition at line 126 of file animation_graph.hpp.

Constructor & Destructor Documentation

§ cont_wrapper_with_size()

template<typename Cont >
dxle::graph2d::gr_impl::cont_wrapper_with_size< std::reference_wrapper< Cont > >::cont_wrapper_with_size ( std::reference_wrapper< Cont > &&  graphs,
size_t  size 
)
inline

Definition at line 131 of file animation_graph.hpp.

Member Function Documentation

§ operator[]()

template<typename Cont >
const texture2d& dxle::graph2d::gr_impl::cont_wrapper_with_size< std::reference_wrapper< Cont > >::operator[] ( size_t  i) const
inline

Definition at line 129 of file animation_graph.hpp.

§ size()

template<typename Cont >
size_t dxle::graph2d::gr_impl::cont_wrapper_with_size< std::reference_wrapper< Cont > >::size ( ) const
inline

Definition at line 130 of file animation_graph.hpp.


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