SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
Public Types
|
Public Member Functions
|
Protected Attributes
|
List of all members
util::detail::static_set_base< T, N > Class Template Reference
Inheritance diagram for util::detail::static_set_base< T, N >:
Public Types
using
value_type
= T
using
size_type
= size_t
using
difference_type
= ptrdiff_t
using
reference
= const value_type &
using
const_reference
= reference
using
pointer
= const value_type *
using
const_pointer
= pointer
using
iterator
= pointer
using
const_iterator
= pointer
Public Member Functions
constexpr
static_set_base
(const std::array< value_type, N > &items)
constexpr iterator
begin
() const
constexpr iterator
cbegin
() const
constexpr iterator
end
() const
constexpr iterator
cend
() const
constexpr size_t
size
() const
constexpr bool
empty
() const
Protected Attributes
std::array< value_type, N >
data_
util
detail
static_set_base
Generated on Sun Sep 25 2022 01:56:47 for SimulationCraft by
1.8.13