#include <AIToolbox/Types.hpp>
#include <utility>
#include <type_traits>
Go to the source code of this file.
|
template<class T , class Container > |
| AIToolbox::IndexMap (std::initializer_list< T > i, Container c) -> IndexMap< std::vector< T >, Container > |
|
template<typename IdsContainer , typename Container > |
| AIToolbox::IndexMap (IdsContainer, Container &) -> IndexMap< IdsContainer, Container > |
|
template<class T , class Container > |
| AIToolbox::IndexSkipMap (std::initializer_list< T > i, Container c) -> IndexSkipMap< std::vector< T >, Container > |
|
template<typename IdsContainer , typename Container > |
| AIToolbox::IndexSkipMap (IdsContainer, Container &) -> IndexSkipMap< IdsContainer, Container > |
|