![]() |
LeechCraft
0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Namespaces | |
LC | |
LC::Util | |
LC::Util::oral | |
LC::Util::oral::detail | |
Typedefs | |
template<typename T , typename... Args> | |
using | LC::Util::oral::PKeyValue_t = typename PKey< T, Args... >::value_type |
template<typename T > | |
using | LC::Util::oral::UniqueValue_t = typename Unique< T >::value_type |
template<typename T > | |
using | LC::Util::oral::NotNullValue_t = typename NotNull< T >::value_type |
template<typename T > | |
using | LC::Util::oral::UniqueNotNull = Unique< NotNull< T > > |
template<auto Ptr> | |
using | LC::Util::oral::ReferencesValue_t = typename References< Ptr >::value_type |
template<typename... Args> | |
using | LC::Util::oral::Constraints = Typelist< Args... > |
template<typename... Args> | |
using | LC::Util::oral::Indices = Typelist< Args... > |