Loading...
Searching...
No Matches
indexedData.h File Reference
+ Include dependency graph for indexedData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const VdfIndexedData< T > &data)
 

Variables

template<typename T >
constexpr bool VdfIsEqualityComparable< VdfIndexedData< T > >
 

Function Documentation

◆ operator<<()

template<class T >
std::ostream & operator<< ( std::ostream & os,
const VdfIndexedData< T > & data )

Definition at line 260 of file indexedData.h.

Variable Documentation

◆ VdfIsEqualityComparable< VdfIndexedData< T > >

template<typename T >
bool VdfIsEqualityComparable< VdfIndexedData< T > >
constexpr
Initial value:
=
constexpr bool VdfIsEqualityComparable
Variable template that returns true if equality comparison is a valid operation for type T.
Definition traits.h:49

Definition at line 422 of file indexedData.h.