cppx-core
Public Member Functions | List of all members
cppx::Map_< Key, Value > Class Template Reference

#include <Map_.hpp>

Inheritance diagram for cppx::Map_< Key, Value >:
Inheritance graph
[legend]
Collaboration diagram for cppx::Map_< Key, Value >:
Collaboration graph
[legend]

Public Member Functions

auto operator[] (const Key &key) const -> const Value &
 

Detailed Description

template<class Key, class Value>
class cppx::Map_< Key, Value >

Definition at line 13 of file Map_.hpp.

Member Function Documentation

◆ operator[]()

template<class Key , class Value >
auto cppx::Map_< Key, Value >::operator[] ( const Key &  key) const -> const Value&
inline

Definition at line 21 of file Map_.hpp.


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