vector_util.hpp File Reference
#include <stdio.h>
#include <vector>
#include <algorithm>
Include dependency graph for vector_util.hpp:

Go to the source code of this file.

Functions

template<class T >
int vector_util_index (const std::vector< T > &vec, T value)
 
template<class T >
void vector_util_fprintf (const std::vector< T > &vec, FILE *stream, const char *name, const char *fmt)
 

Function Documentation

◆ vector_util_fprintf()

template<class T >
void vector_util_fprintf ( const std::vector< T > &  vec,
FILE *  stream,
const char *  name,
const char *  fmt 
)

References fmt, and name.

◆ vector_util_index()

template<class T >
int vector_util_index ( const std::vector< T > &  vec,
value 
)

References index, and exprtk::details::value().