|
Shaka Player Embedded
|
#include <tuple>#include <type_traits>Go to the source code of this file.
Namespaces | |
| shaka | |
| shaka::util | |
| shaka::util::impl | |
Typedefs | |
| template<bool B, typename T = void> | |
| using | shaka::util::enable_if_t = typename std::enable_if< B, T >::type |
| template<typename... > | |
| using | shaka::util::void_t = void |
Functions | |
| template<typename T > | |
| int | shaka::util::impl::has_call_operator (decltype(&T::operator())) |
| template<typename T > | |
| char | shaka::util::impl::has_call_operator (...) |
1.8.13