ZeroErr
aggregate_of.h File Reference
#include "zeroerr/domains/domain.h"
#include "zeroerr/internal/config.h"
#include <tuple>
Include dependency graph for aggregate_of.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zeroerr::AggregateOf< T, Inner >
 
struct  zeroerr::AggregateOf< T, Inner >::GetTupleDomainMapValue
 

Namespaces

 zeroerr
 

Functions

template<typename... Inner>
AggregateOf< std::tuple< typename Inner::ValueType... >, Inner... > zeroerr::TupleOf (Inner &&... inner)
 
template<typename K , typename V >
AggregateOf< std::pair< typename K::ValueType, typename V::ValueType >, K, V > zeroerr::PairOf (K &&k, V &&v)