ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
array_ref.h File Reference
#include <cstddef>
#include <cstdint>
#include <base/macros/macros.h>
Include dependency graph for array_ref.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  base::utils::array_ref< T >
 

Namespaces

namespace  base
 
namespace  base::utils
 

Typedefs

using int_array_ref = ::base::utils::array_ref< int64_t >
 

Functions

template<typename T >
std::ostream & base::utils::operator<< (std::ostream &out, array_ref< T > arr)
 
template<typename T >
bool base::utils::operator== (array_ref< T > a1, array_ref< T > a2)
 
template<typename T >
bool base::utils::operator!= (array_ref< T > a1, array_ref< T > a2)
 

Typedef Documentation

◆ int_array_ref