Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
type_traits.h File Reference
#include <string>
#include <type_traits>
#include <utility>
Include dependency graph for type_traits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sf::is_iterable< T, typename >
 
struct  sf::is_iterable< T, std::void_t< decltype(std::begin(std::declval< T >())), decltype(std::end(std::declval< T >()))> >
 

Namespaces

namespace  sf
 

Variables

template<typename T >
constexpr bool sf::is_iterable_v = is_iterable<T>::value