Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
mie::util::IntTag< T > Struct Template Reference

#include <zm.h>

Public Types

typedef T::value_type value_type
 

Static Public Member Functions

static value_type getBlock (const T &x, size_t i)
 
static size_t getBlockSize (const T &x)
 

Detailed Description

template<class T>
struct mie::util::IntTag< T >

Definition at line 1346 of file zm.h.

Member Typedef Documentation

◆ value_type

template<class T >
T::value_type mie::util::IntTag< T >::value_type

Definition at line 1347 of file zm.h.

Member Function Documentation

◆ getBlock()

template<class T >
static value_type mie::util::IntTag< T >::getBlock ( const T & x,
size_t i )
inlinestatic

Definition at line 1348 of file zm.h.

1349 {
1350 return x[i];
1351 }

◆ getBlockSize()

template<class T >
static size_t mie::util::IntTag< T >::getBlockSize ( const T & x)
inlinestatic

Definition at line 1352 of file zm.h.

1353 {
1354 return x.size();
1355 }

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