HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StaticInit.h File Reference
#include "pxr/pxr.h"
#include <UT/UT_Lock.h>
#include <type_traits>
+ Include dependency graph for UT_StaticInit.h:

Go to the source code of this file.

Classes

struct  GusdUT_StaticValHolder< Fn >
 

Functions

template<typename Fn >
GusdUT_StaticValHolder< Fn > GusdUT_StaticVal (const Fn &fn)
 

Function Documentation

template<typename Fn >
GusdUT_StaticValHolder<Fn> GusdUT_StaticVal ( const Fn &  fn)

Helper for constructing static values. This allows automatic template deduction of the function.

Definition at line 97 of file UT_StaticInit.h.