![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
#include <iterator>
#include <type_traits>
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. | |