The Battle for Wesnoth  1.19.0-dev
Static Public Attributes | List of all members
sort_order_defines Struct Reference

#include <sort_order.hpp>

Static Public Attributes

static constexpr const char *const none = "none"
 
static constexpr const char *const ascending = "ascending"
 
static constexpr const char *const descending = "descending"
 

Detailed Description

Definition at line 19 of file sort_order.hpp.

Member Data Documentation

◆ ascending

constexpr const char* const sort_order_defines::ascending = "ascending"
staticconstexpr

Definition at line 22 of file sort_order.hpp.

◆ descending

constexpr const char* const sort_order_defines::descending = "descending"
staticconstexpr

Definition at line 23 of file sort_order.hpp.

◆ none

constexpr const char* const sort_order_defines::none = "none"
staticconstexpr

Definition at line 21 of file sort_order.hpp.


The documentation for this struct was generated from the following file: