TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
traits.hpp
#include <type_traits>

Detailed Description

Traits used in TRIQS.

Definition in file traits.hpp.

Go to the source code of this file.

Classes

struct  triqs::is_view< T >
 Trait that detects view types by checking for inheritance from is_view_tag. More...
struct  triqs::is_view_tag
 Empty tag inherited by every view type in TRIQS. See also is_view. More...
struct  triqs::remove_cv_ref< T >
 Strip cv- and reference-qualifiers from a type. More...

Typedefs

template<bool B>
using triqs::bool_constant = std::integral_constant<bool, B>
 Alias for std::integral_constant<bool, B>.