BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
bst::filesystem::units Namespace Reference

Enumerations

enum class  Size {
  BITS , BYTES , KILOBYTES , MEGABYTES ,
  GIGABYTES , TERABYTES
}
 
enum class  Type { FILE , DIRECTORY }
 

Enumeration Type Documentation

◆ Size

Enumerator
BITS 
BYTES 
KILOBYTES 
MEGABYTES 
GIGABYTES 
TERABYTES 

◆ Type

Enumerator
FILE 
DIRECTORY