![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <type_traits>
#include <boost/fusion/include/at_c.hpp>
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <util/sll/typelist.h>
#include <util/sll/typegetter.h>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
LeechCraft::Util::oral | |
LeechCraft::Util::oral::detail | |
Macros | |
#define | BOOST_RESULT_OF_USE_DECLTYPE |
Typedefs | |
template<typename T , typename... Args> | |
using | LeechCraft::Util::oral::PKeyValue_t = typename PKey< T, Args... >::value_type |
template<typename T > | |
using | LeechCraft::Util::oral::UniqueValue_t = typename Unique< T >::value_type |
template<typename T > | |
using | LeechCraft::Util::oral::NotNullValue_t = typename NotNull< T >::value_type |
template<auto Ptr> | |
using | LeechCraft::Util::oral::ReferencesValue_t = typename References< Ptr >::value_type |
template<typename... Args> | |
using | LeechCraft::Util::oral::Constraints = Typelist< Args... > |
#define BOOST_RESULT_OF_USE_DECLTYPE |
Definition at line 32 of file oraltypes.h.