Botcraft 1.21.4
Loading...
Searching...
No Matches
ProtocolCraft::Internal::Vector< T, S, N > Struct Template Reference

#include <Templates.hpp>

Public Types

using value_type = T
 
using size_type = S
 

Static Public Attributes

static constexpr size_t size = N
 

Detailed Description

template<typename T, typename S = VarType<int>, size_t N = 0>
struct ProtocolCraft::Internal::Vector< T, S, N >

Definition at line 95 of file Templates.hpp.

Member Typedef Documentation

◆ size_type

template<typename T , typename S = VarType<int>, size_t N = 0>
using ProtocolCraft::Internal::Vector< T, S, N >::size_type = S

Definition at line 98 of file Templates.hpp.

◆ value_type

template<typename T , typename S = VarType<int>, size_t N = 0>
using ProtocolCraft::Internal::Vector< T, S, N >::value_type = T

Definition at line 97 of file Templates.hpp.

Member Data Documentation

◆ size

template<typename T , typename S = VarType<int>, size_t N = 0>
constexpr size_t ProtocolCraft::Internal::Vector< T, S, N >::size = N
staticconstexpr

Definition at line 99 of file Templates.hpp.


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