OSSIA
Open Scenario System for Interactive Application
ossia::detail::destination_index_retriever Struct Reference

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...

Detailed Description

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.

Todo:
testme

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_indexindex
 
ossia::destination_index::const_iterator it