|
etrobocon2018 feat.KatLab
770af34cce41ae9c30c41303275e1add2daae0c3
(with uncommitted changes)
|
#include <AIAnswerArray.h>

公開メンバ関数 | |
| constexpr | array () |
| constexpr std::uint8_t | size () noexcept |
| 配列のサイズを返す [詳解] | |
| constexpr std::uint8_t | position () noexcept |
| 配列の要素を指し示すポインタを返す [詳解] | |
| std::int8_t | maxProbabilityNumber () noexcept |
| 確率を入れた配列のうち、一番確率の高い要素のインデックスを返す [詳解] | |
| void | push_back (const T &value) noexcept |
| 配列の要素を入れる [詳解] | |
| void | push_back (std::initializer_list< T > values) noexcept |
| constexpr T | at (const std::uint8_t i) noexcept |
| constexpr T | operator[] (const std::uint8_t i) noexcept |
| std::int8_t | handwriting () noexcept |
| std::int8_t | digitalNumber () noexcept |
| constexpr T | cast (int i) |
| template<class... Args> | |
| void | addProb (const Args &...args) |
公開変数類 | |
| std::array< float, 8 > | probs |
AIAnswerArray.h の 16 行目に定義があります。
|
inline |
AIAnswerArray.h の 23 行目に定義があります。
|
inline |
AIAnswerArray.h の 108 行目に定義があります。

|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
AIAnswerArray.h の 80 行目に定義があります。
|
inlinenoexcept |
AIAnswerArray.h の 55 行目に定義があります。

|
inlinenoexcept |
|
inlinenoexcept |
AIAnswerArray.h の 52 行目に定義があります。
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
AIAnswerArray.h の 45 行目に定義があります。
|
inlinenoexcept |
| std::array<float, 8> AI_Answer::array< T, N >::probs |
AIAnswerArray.h の 22 行目に定義があります。
1.8.6