|
OSSIA
Open Scenario System for Interactive Application
|
The destination_index_retriever struct Get the value associated with an index in a list. If the index cannot be reached, an exception is thrown. More...
The destination_index_retriever struct Get the value associated with an index in a list. If the index cannot be reached, an exception is thrown.
Public Member Functions | |
| ossia::value | operator() (const std::vector< ossia::value > &t) |
| template<typename T > | |
| ossia::value | operator() (const T &t) |
| template<std::size_t N> | |
| ossia::value | operator() (const std::array< float, N > &t) |
| ossia::value | operator() () |
Public Attributes | |
| const ossia::destination_index & | index |
| ossia::destination_index::const_iterator | it |