libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > > Struct Template Reference

#include <parallel_conversion_utils.h>

Static Public Member Functions

static std::pair< FirstKeyType, SecondKeyType > to_key_type (const double f)
 

Detailed Description

template<typename FirstKeyType, typename SecondKeyType>
struct libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > >

A pseudoinverse for converting bounds back to pairs of key types.

Definition at line 94 of file parallel_conversion_utils.h.

Member Function Documentation

◆ to_key_type()

template<typename FirstKeyType , typename SecondKeyType >
static std::pair<FirstKeyType,SecondKeyType> libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > >::to_key_type ( const double  f)
inlinestatic

Definition at line 96 of file parallel_conversion_utils.h.

97  {
98  return std::make_pair
99  (Convert<FirstKeyType>::to_key_type(f),SecondKeyType());
100  }
static KeyType to_key_type(const double f)

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