Vita
Namespaces | Typedefs | Functions
range.h File Reference

Go to the source code of this file.

Namespaces

namespace  vita
 The main namespace for the project.
 

Typedefs

template<class T >
using vita::range_t = std::pair< T, T >
 Right-open interval. More...
 

Functions

template<class T1 , class T2 >
constexpr std::pair< T1, T2 > vita::range (T1 &&m, T2 &&u)
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file range.h.