Signature Description

enum class sort_state : bool  {
    sorted = true,
    not_sorted = false
}; 
        
Enumerated type of Boolean type to specify whether data is currently sorted or not