Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
is_range.hpp
Go to the documentation of this file.
1/*
2 Copyright 2013 Adobe
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5*/
6
7#ifndef ADOBE_IS_RANGE_HPP
8#define ADOBE_IS_RANGE_HPP
9
11
12namespace adobe {
13
19template <typename T>
23} // namespace adobe
24
25#endif // include guard
is T::type a valid type (or a compile error?)
does T model the boost::range concepts?
Definition is_range.hpp:20
static const bool value
Definition is_range.hpp:21