BRICKS
Small, useful blocks of code, to build bigger things.
Loading...
Searching...
No Matches
type_traits.hpp File Reference
#include <iterator>
#include <type_traits>
Include dependency graph for type_traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bricks::has_find< T, U >
 Checks if a type has a find method taking a specific type. More...
 
struct  bricks::is_iterator< T >
 Checks if a type is an iterator. More...
 

Namespaces

namespace  bricks
 

Variables

template<class >
constexpr bool bricks::always_false_v = false
 Helper variable template for static assertions.
 
template<typename T >
constexpr bool bricks::is_iterator_v = is_iterator<T>::value
 Helper variable template to check if a type is an iterator.