Storage.h
Go to the documentation of this file.
52 inline Iterator findPartition(Partition::Type type = Partition::Type::any, uint8_t subType = Partition::SubType::any)
57 template <typename T> typename std::enable_if<std::is_enum<T>::value, Iterator>::type findPartition(T subType)
60 }
LinkedObjectListTemplate< Device > List
Definition: Components/Storage/src/include/Storage/Device.h:36
std::enable_if< std::is_integral< T >::value, String >::type toString(T value)
Definition: BitSet.h:481
Definition: FileDevice.h:25
Partition findPartition(const String &name)
Find the first partition matching the given name.
Storage::Partition findDefaultPartition(T subType)
Definition: Storage.h:70