cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::io::kitti_index_out_of_range Class Reference

Exception thrown when accessing out of bounds frame. More...

#include <kitti_exceptions.hpp>

Inheritance diagram for toolbox::io::kitti_index_out_of_range:

Public Member Functions

 kitti_index_out_of_range (std::size_t index, std::size_t size)
 
std::size_t index () const noexcept
 
std::size_t size () const noexcept
 

Detailed Description

Exception thrown when accessing out of bounds frame.

Constructor & Destructor Documentation

◆ kitti_index_out_of_range()

toolbox::io::kitti_index_out_of_range::kitti_index_out_of_range ( std::size_t  index,
std::size_t  size 
)
inline

Member Function Documentation

◆ index()

std::size_t toolbox::io::kitti_index_out_of_range::index ( ) const
inlinenoexcept

◆ size()

std::size_t toolbox::io::kitti_index_out_of_range::size ( ) const
inlinenoexcept

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