C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::meta::trivial_pair< T, U > Struct Template Reference

A pair, which is trivially constructible and consists of two values. More...

#include <trivial_pair.hpp>

Public Types

using first_type = T
 
using second_type = U
 

Public Attributes

first
 The first value.
 
second
 The second value.
 

Detailed Description

template<typename T, typename U>
struct essence::meta::trivial_pair< T, U >

A pair, which is trivially constructible and consists of two values.

Template Parameters
TThe type of the first value.
UThe type of the second value.

The documentation for this struct was generated from the following file: