Faith and Brave - C++で遊ぼう
Faith and Brave - C++  
 



Faith and Brave - C++

 









C++14returnreturn ()


C++  


C++14decltype(auto)使returnreturn ()
decltype(auto) f()
{
    static int value = 3;
    return value;
}

decltype(auto) g()
{
    static int value = 3;
    return (value);
}

int main()
{
    int f_result = f();
    int& g_result = g();
}



C++11/14 and return(  ) vs return - StackOverflow

C++14 

 




faith_and_brave      








Share on Tumblr  



 




 






C++1z auto  
C++14
 





C++1z void_t  
C++1zSFINAE
 





Boost.Graph make_function_property_map  
使boost::
 





C++1y   
N3638 Return type deduction for normal functions 
 





C++0xOvenregular  
()shared_ptrindirect
 









 









 (Akira Takahashi)

id:faith_and_brave

Boost C++ Libraries
boostjp/cpprefjp
Boost.  


http://faithandbrave.github.io  



 





 



C++ (2144)  

Book (11)  

 (7)  

elixir (5)  

 (114)  

Git (1)  

C# (36)  

pandoc (1)  

GCC (23)  

Clang (3)  

CMake (9)  

VC++ (69)  

LISP (3)  

D (3)  

Oz (1)  

Scala (29)  

Haskell (53)  

SlickEdit (11)  

Objective-C++ (7)  

OpenGL (4)  

Comeau (1)  

Grimoire (5)  

 (4)  

iOS (3)  

Vim (1)  







C++ 2
3 C++
 Vol.1
 Vol.3  



 



C++ Standards Committee Papers  

Standard C++  

boostjp : Boost  

cpprefjp - C++  

melpon blog  

Boost.Multi-Index  

Boost.Asio  

Boost.Geometry  

Boost.Thread  

boost.devel  

Wandbox  











faith_and_brave使


 

 




Faith and Brave - C++で遊ぼう Faith and Brave - C++  

Powered by Hatena Blog  |