CPP07 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Array< T >::OutOfBoundsException クラス

Exception thrown when trying to access an element outside the array bounds. [詳解]

#include <Array.hpp>

Array< T >::OutOfBoundsException の継承関係図
Inheritance graph
Array< T >::OutOfBoundsException 連携図
Collaboration graph

公開メンバ関数

virtual const charwhat () const throw ()
 Returns the exception message.
 
- 基底クラス std::exception に属する継承公開メンバ関数
T exception (T... args)
 
T operator= (T... args)
 
T what (T... args)
 
T ~exception (T... args)
 

詳解

template<typename T>
class Array< T >::OutOfBoundsException

Exception thrown when trying to access an element outside the array bounds.

Array.hpp99 行目に定義があります。

関数詳解

◆ what()

template<typename T >
virtual const char * Array< T >::OutOfBoundsException::what ( ) const
throw (
)
virtual

Returns the exception message.

戻り値
A C-style string with the error message.

このクラス詳解は次のファイルから抽出されました: