String routines to complement <string> && <cstring>:
Public Member Functions | Public Attributes | List of all members
N_vec< DIM > Struct Template Reference

Public Member Functions

bool check_ok () const
 

Public Attributes

std::string str
 
size_t N
 
int vec [DIM]
 

Detailed Description

template<size_t DIM = 12>
struct N_vec< DIM >

Definition at line 96 of file strnum_test.cpp.

Member Function Documentation

◆ check_ok()

template<size_t DIM>
bool N_vec< DIM >::check_ok ( ) const

Definition at line 104 of file strnum_test.cpp.

Member Data Documentation

◆ str

template<size_t DIM = 12>
std::string N_vec< DIM >::str

Definition at line 97 of file strnum_test.cpp.

◆ N

template<size_t DIM = 12>
size_t N_vec< DIM >::N

Definition at line 98 of file strnum_test.cpp.

◆ vec

template<size_t DIM = 12>
int N_vec< DIM >::vec[DIM]

Definition at line 99 of file strnum_test.cpp.


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