HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::hash< openvdb::math::Coord > Struct Template Reference

#include <Coord.h>

Public Types

using Coord = openvdb::math::Coord
 
using argument_type = Coord
 
using result_type = std::size_t
 

Public Member Functions

std::size_t operator() (const Coord &ijk) const noexcept
 

Detailed Description

template<>
struct std::hash< openvdb::math::Coord >

Definition at line 592 of file Coord.h.

Member Typedef Documentation

using std::hash< openvdb::math::Coord >::argument_type = Coord

Definition at line 595 of file Coord.h.

using std::hash< openvdb::math::Coord >::Coord = openvdb::math::Coord

Definition at line 594 of file Coord.h.

using std::hash< openvdb::math::Coord >::result_type = std::size_t

Definition at line 596 of file Coord.h.

Member Function Documentation

std::size_t std::hash< openvdb::math::Coord >::operator() ( const Coord ijk) const
inlinenoexcept

Definition at line 597 of file Coord.h.


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