Electroneum
Public Member Functions | List of all members
mstch::internal::map< Key, Value > Struct Template Reference

#include <mstch.hpp>

Inheritance diagram for mstch::internal::map< Key, Value >:
Inheritance graph
[legend]
Collaboration diagram for mstch::internal::map< Key, Value >:
Collaboration graph
[legend]

Public Member Functions

 map ()
 
 map (const map< Key, Value > &rhs)
 
 map (const std::initializer_list< typename std::map< Key, Value >::value_type > &args)
 
mapoperator= (const map &rhs)
 

Constructor & Destructor Documentation

◆ map() [1/3]

template<class Key, class Value>
mstch::internal::map< Key, Value >::map ( )
inline

◆ map() [2/3]

template<class Key, class Value>
mstch::internal::map< Key, Value >::map ( const map< Key, Value > &  rhs)
inline

◆ map() [3/3]

template<class Key, class Value>
mstch::internal::map< Key, Value >::map ( const std::initializer_list< typename std::map< Key, Value >::value_type > &  args)
inline

Member Function Documentation

◆ operator=()

template<class Key, class Value>
map& mstch::internal::map< Key, Value >::operator= ( const map< Key, Value > &  rhs)
inline

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