Kea 2.5.8
isc::dhcp::Dhcp6Parser::stack< T, S >::slice Class Reference

Present a slice of the top of a stack. More...

#include <dhcp6_parser.h>

Public Member Functions

 slice (const stack &stack, index_type range) YY_NOEXCEPT
 
const T & operator[] (index_type i) const
 

Detailed Description

template<typename T, typename S = std::vector<T>>
class isc::dhcp::Dhcp6Parser::stack< T, S >::slice

Present a slice of the top of a stack.

Definition at line 5565 of file dhcp6_parser.h.

Constructor & Destructor Documentation

◆ slice()

template<typename T , typename S = std::vector<T>>
isc::dhcp::Dhcp6Parser::stack< T, S >::slice::slice ( const stack &  stack,
index_type  range 
)
inline

Definition at line 5568 of file dhcp6_parser.h.

Member Function Documentation

◆ operator[]()

template<typename T , typename S = std::vector<T>>
const T & isc::dhcp::Dhcp6Parser::stack< T, S >::slice::operator[] ( index_type  i) const
inline

Definition at line 5574 of file dhcp6_parser.h.


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